Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A 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()
H A DDSA_generate_parameters.pod104 is called as in BN_is_prime(3), i.e. once for each witness.
H A Dbn.pod79 int BN_is_prime(const BIGNUM *p, int nchecks,
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_depr.c94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), in BN_is_prime() function
H A Dbn.h498 int BN_is_prime(const BIGNUM *p,int nchecks,
/onnv-gate/usr/src/common/openssl/crypto/dsa/
H A Ddsa.h244 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
/onnv-gate/usr/src/common/openssl/
H A DCHANGES5035 *) Turn DSA_is_prime into a macro that calls BN_is_prime,
5058 an additional BN_CTX * argument (whereas BN_is_prime always
5098 BN_is_prime(..., BN_prime_checks, ...) now uses