Home
last modified time | relevance | path

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

/openssl-master/test/
A Dexptest.c23 #define NUM_BITS (BN_BITS2 * 4) macro
150 if (!TEST_true(BN_rand(a, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
157 if (!TEST_true(BN_rand(b, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()
164 if (!TEST_true(BN_rand(m, NUM_BITS + c, BN_RAND_TOP_ONE, in test_mod_exp()

Completed in 3 milliseconds