Searched refs:BN_is_prime (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | BN_generate_prime.pod | 5 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 D | DSA_generate_parameters.pod | 104 is called as in BN_is_prime(3), i.e. once for each witness.
|
| H A D | bn.pod | 79 int BN_is_prime(const BIGNUM *p, int nchecks,
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | bn_depr.c | 94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), in BN_is_prime() function
|
| H A D | bn.h | 498 int BN_is_prime(const BIGNUM *p,int nchecks,
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | dsa.h | 244 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | CHANGES | 5035 *) 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
|