Searched refs:prime_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_prime.h | 13 typedef unsigned short prime_t; typedef 16 static const prime_t primes[2048] = {
|
H A D | bn_prime.c | 22 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, 24 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, 130 prime_t *mods = NULL; in BN_generate_prime_ex2() 478 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime() 497 mods[i] = (prime_t) mod; in probable_prime() 536 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh() 582 mods[i] = (prime_t) mod; in probable_prime_dh()
|
/freebsd/crypto/openssl/test/ |
H A D | bn_internal_test.c | 77 prime_t p = primes[i]; in test_bn_small_factors()
|