Searched refs:BN_is_prime (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| 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()
|
| D | DSA_generate_parameters.pod | 104 is called as in BN_is_prime(3), i.e. once for each witness.
|
| D | bn.pod | 79 int BN_is_prime(const BIGNUM *p, int nchecks,
|
| /freebsd-10-stable/games/factor/ |
| D | factor.c | 217 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/ |
| D | bn_depr.c | 96 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() function
|
| D | bn.h | 570 int BN_is_prime(const BIGNUM *p, int nchecks,
|
| /freebsd-10-stable/crypto/openssl/crypto/dsa/ |
| D | dsa.h | 258 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
| /freebsd-10-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 367 MLINKS+= BN_generate_prime.3 BN_is_prime.3
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1784 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/ |
| D | libeay.num | 129 BN_is_prime 135 EXIST::FUNCTION:DEPRECATED
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CHANGES | 8366 *) 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
|