Lines Matching refs:candidate
454 int BN_primality_test(int *is_probably_prime, const BIGNUM *candidate,
457 switch (BN_is_prime_fasttest_ex(candidate, checks, ctx, do_trial_division, cb)) {
470 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) {
471 return BN_is_prime_fasttest_ex(candidate, checks, ctx, 0, cb);
686 /* In the case that the candidate prime is a single word then