Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 50) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/Switch/t/
Dgiven.t128 my $iteration = 0;
132 $iteration++;
137 when (1) { ok ($iteration==2) } else { ok ($iteration!=2) }
138 when (1.0) { ok ($iteration==2) } else { ok ($iteration!=2) }
141 when ('a') { ok ($iteration==2) } else { ok ($iteration!=2) }
142 when ('b') { ok ($iteration==3) } else { ok ($iteration!=3) }
143 when ('1') { ok ($iteration==2) } else { ok ($iteration!=2) }
146 when (['a',2]) { ok ($iteration>=2) } else { ok ($iteration<2) }
147 when ([1,'a']) { ok ($iteration==2) } else { ok($iteration!=2) }
153 when ({a=>'a', 1=>1, 2=>0}) { ok ($iteration==2) }
[all …]
Dswitch.t128 my $iteration = 0;
132 $iteration++;
137 case (1) { ok ($iteration==2) } else { ok ($iteration!=2) }
138 case (1.0) { ok ($iteration==2) } else { ok ($iteration!=2) }
141 case ('a') { ok ($iteration==2) } else { ok ($iteration!=2) }
142 case ('b') { ok ($iteration==3) } else { ok ($iteration!=3) }
143 case ('1') { ok ($iteration==2) } else { ok ($iteration!=2) }
146 case (['a',2]) { ok ($iteration>=2) } else { ok ($iteration<2) }
147 case ([1,'a']) { ok ($iteration==2) } else { ok($iteration!=2) }
153 case ({a=>'a', 1=>1, 2=>0}) { ok ($iteration==2) }
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dfork.t117 iteration 1 start
118 iteration 1 parent
119 iteration 1 child
120 iteration 2 start
121 iteration 2 parent
122 iteration 2 child
123 iteration 2 start
124 iteration 2 parent
125 iteration 2 child
126 iteration 3 start
[all …]
/mirbsd/src/lib/libssl/src/doc/crypto/
DPKCS12_create.pod25 iteration count to use and B<mac_iter> is the MAC iteration count to use.
34 encryption for private keys, a key iteration count of PKCS12_DEFAULT_ITER
35 (currently 2048) and a MAC iteration count of 1.
37 The default MAC iteration count is 1 in order to retain compatibility with
38 old software which did not interpret MAC iteration counts. If such compatibility
DEVP_BytesToKey.pod23 iteration count to use. The derived key and IV will be written to B<key>
DBN_generate_prime.pod77 after the j-th iteration (j = 0, 1, ...). B<ctx> is a
DDSA_generate_parameters.pod28 DSA_generate_parameters() places the iteration count in
Dpem.pod418 because they are more secure (they use an iteration count of 2048 whereas
454 iteration count of 1. The IV used is the value of B<salt> and *not* the IV
/mirbsd/src/lib/libssl/src/doc/apps/
Dpkcs12.pod105 iteration counts.
221 these options affect the iteration counts on the MAC and key algorithms.
226 algorithm that derives keys from passwords can have an iteration count applied
230 By default both MAC and encryption iteration counts are set to 2048, using
231 these options the MAC and encryption iteration counts can be set to 1, since
233 really have to. Most software supports both MAC and key iteration counts.
234 MSIE 4.0 doesn't support MAC iteration counts so it needs the B<-nomaciter>
Dpkcs8.pod148 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration
219 pkcs-tng mailing list using triple DES, DES and RC2 with high iteration
232 in use and other details such as the iteration count.
Denc.pod265 There should be an option to allow an iteration count to be included.
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dlock.tx19 print "thread $num iteration $i\n";
/mirbsd/src/etc/
DMAKEDEV.sub319 dnl iteration the line is less than 60 chars long
321 dnl _di -> 'iteration' string .. the string used in this iteration, is empty if
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman4113 a test, made before each iteration, such
117 which is performed after each iteration.
/mirbsd/src/kern/c/sparc/
Ddivrem.m456 * N how many bits per iteration we try to get (4)
259 tst R ! set up for initial iteration
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldlang.h422 int iteration; member
Dldlang.c2727 ret->iteration = -1; in lang_definedness_newfunc()
2748 return defentry->iteration; in lang_symbol_definition_iteration()
2774 && defentry->iteration == -1) in lang_update_definedness()
2777 defentry->iteration = lang_statement_iteration; in lang_update_definedness()
/mirbsd/src/gnu/usr.bin/perl/t/cmd/
Dfor.t78 print $@ =~ /Use of freed value in iteration/ ? "ok" : "not ok", " 13\n";
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DFunctions.pm295 redo Flow start this loop iteration over again
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl583delta.pod32 middle of an C<each> iteration, and otherwise call FIRSTKEY to check if the
Dperlsyn.pod260 The C<next> command starts the next iteration of the loop:
322 iteration.
/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.pod112 Iteration over a hash is done using the keys() function, but iteration
/mirbsd/src/lib/libssl/src/doc/
Dopenssl.txt966 algorithms, iter is the encryption iteration count, mac_iter is the MAC
967 iteration count and keytype is the type of private key. If you really want
1201 not support an iteration count on the MAC. If the password for the MAC and
1202 encryption is the same then there is no point in having a high iteration
1221 throughout you can strongly encrypt everything and have high iteration counts
/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/
DChanges63 Don't directly use the SV returned as $a in the next iteration,
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dxtensaelf.em775 /* This MUST be called if, during iteration, the user changes the
862 /* Keep a stack of pointers to control iteration through the contours. */

12