Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dexptest.c23 #define NUM_BITS (BN_BITS2 * 4) macro
179 if (!TEST_true(BN_rand(a, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
186 if (!TEST_true(BN_rand(b, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
193 if (!TEST_true(BN_rand(m, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()