Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.h14 # define NUMPRIMES 2048 macro
H A Dbn_prime.c84 return NUMPRIMES; in calc_trial_divisions()
147 mods = OPENSSL_zalloc(sizeof(*mods) * NUMPRIMES); in BN_generate_prime_ex2()
/freebsd/crypto/openssl/test/
H A Dbn_internal_test.c76 for (i = 1; i < NUMPRIMES; i++) { in test_bn_small_factors()