Home
last modified time | relevance | path

Searched refs:BN_prime_checks (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/dh/
Dcheck.c154 r = BN_is_prime_ex(dh->q, BN_prime_checks, ctx, NULL); in DH_check()
191 r = BN_is_prime_ex(dh->p, BN_prime_checks, ctx, NULL); in DH_check()
201 r = BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL); in DH_check()
/external/boringssl/src/crypto/fipsmodule/bn/
Dprime.c634 if (iterations == BN_prime_checks) { in BN_primality_test()
820 if (iterations == BN_prime_checks) { in BN_enhanced_miller_rabin_primality_test()
Dbn_test.cc1989 &is_probably_prime_1, p.get(), BN_prime_checks, ctx(), in TEST_F()
1993 &is_probably_prime_2, p.get(), BN_prime_checks, ctx(), in TEST_F()
1998 &result_3, p.get(), BN_prime_checks, ctx(), nullptr /* callback */)); in TEST_F()
2006 ASSERT_TRUE(BN_primality_test(&is_probably_prime_1, p.get(), BN_prime_checks, in TEST_F()
2010 ASSERT_TRUE(BN_primality_test(&is_probably_prime_2, p.get(), BN_prime_checks, in TEST_F()
2035 &is_probably_prime_1, p.get(), BN_prime_checks, ctx(), in TEST_F()
2040 &is_probably_prime_2, p.get(), BN_prime_checks, ctx(), in TEST_F()
2045 &result_3, p.get(), BN_prime_checks, ctx(), nullptr /* callback */)); in TEST_F()
2052 &is_probably_prime_1, p.get(), BN_prime_checks, nullptr /* ctx */, in TEST_F()
/external/boringssl/src/include/openssl/
Dbn.h690 #define BN_prime_checks 0 macro
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c820 BN_prime_checks, ctx, NULL) || in RSA_check_fips()
Drsa_impl.c1049 if (!BN_primality_test(&is_probable_prime, out, BN_prime_checks, ctx, 0, in generate_prime()