Home
last modified time | relevance | path

Searched refs:BN_is_prime (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/openssl/doc/crypto/
DBN_generate_prime.pod5 BN_generate_prime, BN_is_prime, BN_is_prime_fasttest - generate primes and test for primality
14 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int, int,
60 BN_is_prime() and BN_is_prime_fasttest() test if the number B<a> is
71 Both BN_is_prime() and BN_is_prime_fasttest() perform a Miller-Rabin
85 BN_is_prime() returns 0 if the number is composite, 1 if it is
97 The B<cb_arg> arguments to BN_generate_prime() and to BN_is_prime()
DDSA_generate_parameters.pod104 is called as in BN_is_prime(3), i.e. once for each witness.
Dbn.pod79 int BN_is_prime(const BIGNUM *p, int nchecks,
/freebsd-10-stable/games/factor/
Dfactor.c217 BN_is_prime(val, PRIME_CHECKS, in pr_fact()
291 if (BN_is_prime(x, PRIME_CHECKS, NULL, NULL, in pollard_pminus1()
301 if (BN_is_prime(num, PRIME_CHECKS, NULL, NULL, in pollard_pminus1()
/freebsd-10-stable/crypto/openssl/crypto/bn/
Dbn_depr.c96 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() function
Dbn.h570 int BN_is_prime(const BIGNUM *p, int nchecks,
/freebsd-10-stable/crypto/openssl/crypto/dsa/
Ddsa.h258 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
/freebsd-10-stable/secure/lib/libcrypto/
DMakefile.man367 MLINKS+= BN_generate_prime.3 BN_is_prime.3
/freebsd-10-stable/crypto/openssl/doc/
Dssleay.txt1784 This function is used in BN_mod_exp() and BN_is_prime().
1910 int BN_is_prime(BIGNUM *p,int nchecks,void (*callback)(),BN_CTX *ctx,
1951 callback(0,sus_prime++,cb_arg). Each item to be passed to BN_is_prime().
1952 callback(1,round++,cb_arg). Each successful 'round' in BN_is_prime().
1953 callback(2,round,cb_arg). For each successful BN_is_prime() test.
2181 int BN_is_prime(BIGNUM *p,int nchecks,void (*callback)(int,int),
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num129 BN_is_prime 135 EXIST::FUNCTION:DEPRECATED
/freebsd-10-stable/crypto/openssl/
DCHANGES8366 *) Turn DSA_is_prime into a macro that calls BN_is_prime,
8389 an additional BN_CTX * argument (whereas BN_is_prime always
8429 BN_is_prime(..., BN_prime_checks, ...) now uses