Home | History | Annotate | Download | only in bn

Lines Matching full:nchecks

546 int	BN_is_prime(const BIGNUM *p,int nchecks,
549 int BN_is_prime_fasttest(const BIGNUM *p,int nchecks,
557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
558 int BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx,