Home
last modified time | relevance | path

Searched refs:ossl_bn_check_prime (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_depr.c52 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 Dbn_prime.c233 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 Dbn_local.h675 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,

Completed in 8 milliseconds