Searched refs:prime_t (Results 1 – 3 of 3) sorted by relevance
/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() 487 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime() 506 mods[i] = (prime_t) mod; in probable_prime() 545 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh() 591 mods[i] = (prime_t) mod; in probable_prime_dh()
|
/openssl/test/ |
H A D | bn_internal_test.c | 77 prime_t p = primes[i]; in test_bn_small_factors()
|
Completed in 9 milliseconds