Searched refs:ossl_bn_check_prime (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_depr.c | 52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb); in BN_is_prime() 62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb); in BN_is_prime_fasttest()
|
A D | bn_prime.c | 233 return ossl_bn_check_prime(a, checks, ctx_passed, 0, cb); in BN_is_prime_ex() 239 return ossl_bn_check_prime(w, checks, ctx, do_trial_division, cb); in BN_is_prime_fasttest_ex() 244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime() function 257 return ossl_bn_check_prime(p, 0, ctx, 1, cb); in BN_check_prime()
|
A D | bn_local.h | 675 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
|
Completed in 8 milliseconds