Searched refs:BN_prime_checks (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/dh/ |
D | check.c | 154 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/ |
D | prime.c | 634 if (iterations == BN_prime_checks) { in BN_primality_test() 820 if (iterations == BN_prime_checks) { in BN_enhanced_miller_rabin_primality_test()
|
D | bn_test.cc | 1989 &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/ |
D | bn.h | 690 #define BN_prime_checks 0 macro
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 820 BN_prime_checks, ctx, NULL) || in RSA_check_fips()
|
D | rsa_impl.c | 1049 if (!BN_primality_test(&is_probable_prime, out, BN_prime_checks, ctx, 0, in generate_prime()
|