| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ml_dsa_65_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_65_wycheproof_verify.txt | 194 # 21 signature that takes 1 iteration(s) 202 # 22 signature that takes 2 iteration(s) 210 # 23 signature that takes 3 iteration(s) 218 # 24 signature that takes 4 iteration(s) 226 # 25 signature that takes 5 iteration(s) 234 # 26 signature that takes 6 iteration(s) 242 # 27 signature that takes 7 iteration(s) 250 # 28 signature that takes 8 iteration(s) 258 # 29 signature that takes 9 iteration(s) 266 # 30 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_verify.txt | 185 # 20 signature that takes 1 iteration(s) 193 # 21 signature that takes 2 iteration(s) 201 # 22 signature that takes 3 iteration(s) 209 # 23 signature that takes 4 iteration(s) 217 # 24 signature that takes 5 iteration(s) 225 # 25 signature that takes 6 iteration(s) 233 # 26 signature that takes 7 iteration(s) 241 # 27 signature that takes 8 iteration(s) 249 # 28 signature that takes 9 iteration(s) 257 # 29 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_verify.txt | 212 # 23 signature that takes 1 iteration(s) 220 # 24 signature that takes 2 iteration(s) 228 # 25 signature that takes 3 iteration(s) 236 # 26 signature that takes 4 iteration(s) 244 # 27 signature that takes 5 iteration(s) 252 # 28 signature that takes 6 iteration(s) 260 # 29 signature that takes 7 iteration(s) 268 # 30 signature that takes 8 iteration(s) 276 # 31 signature that takes 9 iteration(s) 284 # 32 signature that takes 10 iteration(s) [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | dbm.c | 70 static enum iter iteration; variable 217 switch(iteration) { in dbm_page_next() 225 return page_bytitle(iteration, NULL); in dbm_page_next() 246 iteration = arg_iter; in page_bytitle() 248 switch (iteration) { in page_bytitle() 262 iteration = ITER_NONE; in page_bytitle() 274 if (iteration == ITER_NAME) in page_bytitle() 279 if (iteration == ITER_DESC) in page_bytitle() 290 iteration = ITER_NONE; in page_bytitle() 299 res.bits = iteration == ITER_NAME ? cp[-1] : 0; in page_bytitle() [all …]
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | spin.h | 7 unsigned iteration; member 24 if (spin->iteration < 5) { in spin_adaptive() 25 for (i = 0; i < (1U << spin->iteration); i++) { in spin_adaptive() 28 spin->iteration++; in spin_adaptive()
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-listener-test.cc | 61 int iteration) override { in OnTestIterationStart() argument 63 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart() 108 int iteration) override { in OnTestIterationEnd() argument 110 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd() 136 int iteration) override { in OnTestIterationStart() argument 138 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart() 180 int iteration) override { in OnTestIterationEnd() argument 182 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd()
|
| /freebsd/sys/teken/stress/ |
| H A D | teken_stress.c | 102 unsigned int i, iteration = 0; in main() local 118 iteration++; in main() 119 if ((iteration % 10000) == 0) in main() 120 printf("Processed %u frames\n", iteration); in main()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | PKCS5_PBKDF2_HMAC.pod | 5 …DF2_HMAC, PKCS5_PBKDF2_HMAC_SHA1 - password based derivation routines with salt and iteration count 22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count 34 B<iter> is the iteration count and its value should be greater than or 35 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any 49 and an iteration count.
|
| H A D | PKCS12_key_gen_utf8_ex.pod | 39 I<saltlen>, an iteration count I<iter> and a digest algorithm I<md_type>. 88 I<iter> is the iteration count and its value should be greater than or 89 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any 90 I<iter> less than 1 is treated as a single iteration. 104 and an iteration count.
|
| H A D | PKCS12_create.pod | 38 iteration count to use and I<mac_iter> is the MAC iteration count to use. 59 derivation iteration count of B<PKCS12_DEFAULT_ITER> (currently 2048), and 63 The default MAC iteration count is 1 in order to retain compatibility with 64 old software which did not interpret MAC iteration counts. If such compatibility 124 derivation iteration count were changed in OpenSSL 3.0 to more modern
|
| H A D | PKCS12_PBE_keyivgen.pod | 62 I<iter> is the iteration count and its value should be greater than or 63 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any 64 I<iter> less than 1 is treated as a single iteration.
|
| H A D | PKCS12_add_cert.pod | 35 algorithm, using I<pass> as the passphrase and I<iter> as the iteration count. If 36 I<iter> is zero then a default value for iteration count of 2048 is used.
|
| H A D | PKCS12_add_safe.pod | 34 as the iteration count. If I<iter> is zero then a default value for iteration
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-PBKDF2.pod | 14 using a salt and iteration count. 52 =item - the iteration count is at least 1000. 71 is set to 1 and the derived key length, salt length or iteration count test 80 and an iteration count.
|
| H A D | EVP_KDF-PBKDF1.pod | 14 using a salt and iteration count. 47 and an iteration count.
|
| H A D | EVP_KDF-PKCS12KDF.pod | 15 using a salt, iteration count and the intended usage. 54 and an iteration count.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 19 // every iteration, the two modes are supported: N full-width iterations (as 20 // it is done for float32 by default) and (N-1) half-width iteration plus one 21 // final full-width iteration. It is expected that half-width integer 32 #error At least one full iteration is required 112 // Newton-Raphson iteration: 206 // approximation after last iteration. 229 // once after the final iteration. On the other hand, an effective value of 244 // We need at least one such iteration. 253 #error Only a single emulated full iteration is supported 256 // Cannot normally reach here: only one full-width iteration is requested and [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_collapse.cpp | 343 auto iteration = iterations[ind]; in kmp_calc_one_iv_XX() local 344 temp = bounds->lb0 + bounds->lb1 * outer_iv + iteration * bounds->step; in kmp_calc_one_iv_XX() 404 auto iteration = iterations[ind]; in kmp_calc_one_iv_rectang_XX() local 409 iteration * bounds->step; in kmp_calc_one_iv_rectang_XX() 502 auto iteration = new_iv % bounds->trip_count; in __kmpc_calc_original_ivs_rectang() local 505 iterations[ind] = iteration; in __kmpc_calc_original_ivs_rectang() 1030 auto iteration = iterations[ind]; in kmp_calc_one_iv_for_chunk_end_XX() local 1041 accountForStep + iteration * step; in kmp_calc_one_iv_for_chunk_end_XX() 1049 temp = bounds->lb0 + bounds->lb1 * outer_iv + iteration / 2 * step; in kmp_calc_one_iv_for_chunk_end_XX() 1066 temp = start + iteration / 4 * step; in kmp_calc_one_iv_for_chunk_end_XX() [all …]
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strncmp.S | 74 add $4, %rdi # advance to next iteration 257 add $32, %rdi # advance to next iteration 263 sub $48, %rdx # end of buffer within first main loop iteration? 304 sub $32, %rdx # end of buffer within next iteration? 395 sub $48, %rdx # end of buffer within first main loop iteration? 422 sub $32, %rdx # end of buffer within next iteration?
|
| /freebsd/sys/contrib/device-tree/src/arm64/apple/ |
| H A D | t8010-ipad7.dtsi | 9 * The iPad 7 seems to be only an iteration over the iPad 6 with some
|
| H A D | s5l8960x-mini3.dtsi | 10 * The Mini 3 seems to be only an iteration over the Mini 2 with some
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-for-errors.exp | 8 make: directive-for-errors.mk:52: Missing iteration variables in .for loop
|