Home | History | Annotate | Download | only in openssl

Lines Matching refs:candidate

710 /* BN_primality_test sets |*is_probably_prime| to one if |candidate| is
714 * If |do_trial_division| is non-zero then |candidate| will be tested against a
725 const BIGNUM *candidate, int checks,
729 /* BN_is_prime_fasttest_ex returns one if |candidate| is probably a prime
732 * If |do_trial_division| is non-zero then |candidate| will be tested against a
734 * function returning one when |candidate| is composite is 2^{2*checks}. If
740 OPENSSL_EXPORT int BN_is_prime_fasttest_ex(const BIGNUM *candidate, int checks,
748 OPENSSL_EXPORT int BN_is_prime_ex(const BIGNUM *candidate, int checks,