Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/crmf/
H A Dcrmf_pbm.c140 int64_t iterations; in OSSL_CRMF_pbm_new() local
177 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount) in OSSL_CRMF_pbm_new()
178 || iterations < 100 /* min from RFC */ in OSSL_CRMF_pbm_new()
179 || iterations > OSSL_CRMF_PBM_MAX_ITERATION_COUNT) { in OSSL_CRMF_pbm_new()
185 while (--iterations > 0) { in OSSL_CRMF_pbm_new()
/openssl/test/
H A Devp_kdf_test.c502 unsigned int iterations = 4096; in test_kdf_pbkdf1() local
528 &iterations); in test_kdf_pbkdf1()
574 unsigned int iterations = 4096; in test_kdf_pbkdf2() local
586 &iterations, &mode); in test_kdf_pbkdf2()
606 unsigned int iterations = 4096; in test_kdf_pbkdf2_small_output() local
634 unsigned int iterations = 4096; in test_kdf_pbkdf2_large_output() local
663 unsigned int iterations = 4096; in test_kdf_pbkdf2_small_salt() local
688 unsigned int iterations = 1; in test_kdf_pbkdf2_small_iterations() local
714 unsigned int iterations = 4096; in test_kdf_pbkdf2_small_salt_pkcs5() local
751 unsigned int iterations = 1; in test_kdf_pbkdf2_small_iterations_pkcs5() local
[all …]
H A Dbn_rand_range.h15 unsigned int iterations; member
H A Dbntest.c2263 unsigned int iterations; member
2272 const unsigned int iterations = rand_range_cases[n].iterations; in test_rand_range_single() local
2274 const double expected = iterations / (double)range; in test_rand_range_single()
2286 for (i = 0; i < iterations; i++) { in test_rand_range_single()
2302 iterations); in test_rand_range_single()
/openssl/crypto/bn/
H A Dbn_prime.c337 int ossl_bn_miller_rabin_is_prime(const BIGNUM *w, int iterations, BN_CTX *ctx, in ossl_bn_miller_rabin_is_prime() argument
383 if (iterations == 0) in ossl_bn_miller_rabin_is_prime()
384 iterations = bn_mr_min_checks(BN_num_bits(w)); in ossl_bn_miller_rabin_is_prime()
387 for (i = 0; i < iterations; ++i) { in ossl_bn_miller_rabin_is_prime()
/openssl/include/crypto/
H A Dbn.h96 int ossl_bn_miller_rabin_is_prime(const BIGNUM *w, int iterations, BN_CTX *ctx,
/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in100 When creating new PKCS#8 containers, use a given number of iterations on
243 one million iterations of the password:
H A Dopenssl-enc.pod.in126 Use a given number of iterations on the password in deriving the encryption key.
H A Dopenssl-pkcs12.pod.in370 to be needed to use MAC iterations counts but they are now used by default.
/openssl/doc/man3/
H A DSSL_get_error.pod81 There is no fixed upper limit for the number of iterations that
/openssl/doc/man7/
H A Dprovider-kdf.pod193 Sets the number of iterations in the associated KDF ctx.
/openssl/crypto/err/
H A Dopenssl.txt192 BN_R_TOO_MANY_ITERATIONS:113:too many iterations
/openssl/
H A DCHANGES.md11243 * Let BN_rand_range() abort with an error after 100 iterations
16419 using 50 iterations of the Rabin-Miller test.
16422 iterations of the Rabin-Miller test as required by the appendix
16493 Rabin-Miller iterations.
16576 * Do more iterations of Rabin-Miller probable prime test (specifically,

Completed in 83 milliseconds