Searched refs:NUMPRIMES (Results 1 – 3 of 3) sorted by relevance
14 # define NUMPRIMES 2048 macro
84 return NUMPRIMES; in calc_trial_divisions()147 mods = OPENSSL_zalloc(sizeof(*mods) * NUMPRIMES); in BN_generate_prime_ex2()
76 for (i = 1; i < NUMPRIMES; i++) { in test_bn_small_factors()
Completed in 11 milliseconds