Searched refs:BN_prime_checks (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/dh/
H A Dcheck.c135 if (!BN_is_prime_ex(dh->q, BN_prime_checks, ctx, NULL)) {
162 if (!BN_is_prime_ex(dh->p, BN_prime_checks, ctx, NULL)) {
168 if (!BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL)) {
/external/boringssl/include/openssl/
H A Dbn.h636 /* BN_prime_checks is magic value that can be used as the |checks| argument to
639 #define BN_prime_checks 0 macro
648 * |BN_prime_checks| then a value that results in approximately 2^{-80} false
666 * |checks| is |BN_prime_checks| then a value that results in approximately
/external/boringssl/src/crypto/bn/
H A Dprime.c487 if (checks == BN_prime_checks) {
/external/boringssl/src/include/openssl/
H A Dbn.h636 /* BN_prime_checks is magic value that can be used as the |checks| argument to
639 #define BN_prime_checks 0 macro
648 * |BN_prime_checks| then a value that results in approximately 2^{-80} false
666 * |checks| is |BN_prime_checks| then a value that results in approximately

Completed in 342 milliseconds