Home
last modified time | relevance | path

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

/openssl/test/
H A Dbntest.c43 static const int NUM1 = 50; /* additional tests for some functions */ variable
249 for (i = 0; i < NUM0 + NUM1; i++) { in test_sub()
250 if (i < NUM1) { in test_sub()
257 if (!TEST_true(BN_bntest_rand(b, 400 + i - NUM1, 0, 0))) in test_sub()
290 for (i = 0; i < NUM0 + NUM1; i++) { in test_div_recip()
291 if (i < NUM1) { in test_div_recip()
298 if (!(TEST_true(BN_bntest_rand(b, 50 + 3 * (i - NUM1), 0, 0)))) in test_div_recip()

Completed in 12 milliseconds