| /src/crypto/external/apache2/openssl/dist/test/ |
| bn_rand_range.h | 15 unsigned int iterations; member in struct:__anon661
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bn_rand_range.h | 15 unsigned int iterations; member in struct:__anon1695
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| signal.c | 30 static int iterations = 3; variable 37 for (i = 0; i < iterations; i++)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| signal.c | 30 static int iterations = 3; variable 37 for (i = 0; i < iterations; i++)
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| nsec3param_51.h | 28 dns_iterations_t iterations; member in struct:dns_rdata_nsec3param
|
| nsec3_50.h | 28 dns_iterations_t iterations; member in struct:dns_rdata_nsec3
|
| nsec3_50.c | 73 /* Iterations. */ 117 uint32_t iterations; local 136 /* Iterations */ 137 iterations = uint16_fromregion(&sr); 139 snprintf(buf, sizeof(buf), "%u ", iterations); 276 RETERR(uint16_tobuffer(nsec3->iterations, target)); 303 nsec3->iterations = uint16_consume_fromregion(®ion);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| nsec3param_51.h | 29 dns_iterations_t iterations; member in struct:dns_rdata_nsec3param
|
| nsec3_50.h | 29 dns_iterations_t iterations; member in struct:dns_rdata_nsec3
|
| /src/lib/libcrypt/ |
| crypt-sha1.c | 47 * The default iterations - should take >0s on a fast CPU 64 * to 24680. The goals are that the number of iterations should take 90 * $<tag>$<iterations>$<salt>$<digest> 94 * <iterations> is an unsigned int identifying how many rounds 122 unsigned int iterations; local 129 * $<tag>$<iterations>$salt[$] 130 * If it does not start with $ we use our default iterations. 137 iterations = strtoul(salt, &ep, 10); 142 iterations = __crypt_sha1_iterations(0); 155 * Prime the pump with <salt><magic><iterations> [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/crmf/ |
| crmf_pbm.c | 77 * iterations as the minimum value. The trade off here is between 79 * server processing all of the different iterations in deriving 140 int64_t iterations; local 177 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount) 178 || iterations < 100 /* min from RFC */ 179 || iterations > OSSL_CRMF_PBM_MAX_ITERATION_COUNT) { 185 while (--iterations > 0) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| test_pkcs12.c | 47 int iterations; member in struct:tests 114 t->id, t->iterations, t->keylen,
|
| test_pkcs5.c | 45 int iterations; member in struct:tests 114 t->iterations, EVP_sha1(), 126 t->iterations, EVP_sha1(),
|
| /src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| crmf_pbm.c | 79 * iterations as the minimum value. The trade off here is between 81 * server processing all of the different iterations in deriving 141 int64_t iterations; local 178 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount) 179 || iterations < 100 /* min from RFC */ 180 || iterations > OSSL_CRMF_PBM_MAX_ITERATION_COUNT) { 186 while (--iterations > 0) {
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark_api_internal.h | 34 size_t iterations; member in struct:benchmark::internal::BenchmarkInstance
|
| thread_manager.h | 41 int64_t iterations = 0; member in struct:benchmark::internal::ThreadManager::Result
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| benchmark_api_internal.h | 32 size_t iterations; member in struct:benchmark::internal::Benchmark::Instance
|
| thread_manager.h | 41 int64_t iterations = 0; member in struct:benchmark::internal::ThreadManager::Result
|
| /src/external/bsd/openldap/dist/servers/slapd/pwmods/ |
| argon2.c | 60 static unsigned long iterations = SLAPD_ARGON2_ITERATIONS; variable 89 encoded_length = argon2_encodedlen( iterations, memory, parallelism, 116 if ( argon2id_hash_encoded( iterations, memory, parallelism, 140 iterations, memory * 1024, 210 iterations = value;
|
| /src/external/mpl/bind/dist/tests/dns/ |
| nsec3_test.c | 40 unsigned int iterations; local 45 iterations = dns_nsec3_maxiterations(); 47 assert_int_equal(iterations, expected); 114 * check that appropriate max iterations is returned for different
|
| /src/lib/libpthread/ |
| pthread_tsd.c | 328 int i, done, iterations; local 361 iterations = PTHREAD_DESTRUCTOR_ITERATIONS; 385 } while (!done && --iterations);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| hpa_background_thread.c | 73 int iterations = 0; local 80 assert_d_lt(iterations, UINT64_C(1000000),
|
| /src/external/mpl/bind/dist/bin/tools/ |
| nsec3hash.c | 65 fprintf(stderr, "Usage: %s salt algorithm iterations domain\n", 67 fprintf(stderr, " %s -r algorithm flags iterations salt domain\n", 90 unsigned int iterations; local 117 iterations = atoi(iterstr); 118 if (iterations > 0xffffU) { 119 fatal("iterations to large"); 129 length = isc_iterated_hash(hash, hash_alg, iterations, salt, 140 nsec3print(hash_alg, flags, iterations, saltstr, domain, (char *)text); 149 fprintf(stdout, "%s (salt=%s, hash=%u, iterations=%u)\n", digest,
|
| /src/tests/net/in_cksum/ |
| in_cksum.c | 180 long i, iterations; local 189 iterations = 100000; 194 iterations = atoi(optarg); 206 errx(1, "%s [-l <loops>] [-u <unalign> [-i <iterations> " 238 if (iterations == 0) 243 for (i = iterations; i; --i) 254 for (i = iterations; i; --i)
|
| /src/external/bsd/zstd/dist/tests/ |
| automated_benchmarking.py | 126 "Bench (executable={} level={} filename={}, iterations={}):\n\t[cspeed: {} MB/s, dspeed: {} MB/s]".format( 138 def benchmark(build, filenames, levels, iterations): 141 [benchmark_n(executable, l, f, iterations) for f in filenames] for l in levels 145 def benchmark_dictionary_single(executable, filenames_directory, dictionary_filename, level, iterations): 147 for _ in range(iterations): 154 "Bench (executable={} level={} filenames_directory={}, dictionary_filename={}, iterations={}):\n\t[cspeed: {} MB/s, dspeed: {} MB/s]".format( 159 iterations, 167 def benchmark_dictionary(build, filenames_directory, dictionary_filename, levels, iterations): 169 return [benchmark_dictionary_single(executable, filenames_directory, dictionary_filename, l, iterations) for l in levels] 184 def get_regressions(baseline_build, test_build, iterations, filenames, levels) 305 iterations = int(args.iterations) variable [all...] |