Home
last modified time | relevance | path

Searched refs:prime_t (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/bn/
H A Dbn_prime.h13 typedef unsigned short prime_t; typedef
16 static const prime_t primes[2048] = {
H A Dbn_prime.c22 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 Dbn_internal_test.c77 prime_t p = primes[i]; in test_bn_small_factors()

Completed in 10 milliseconds