Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dbntest.c158 if (!(TEST_true(BN_bntest_rand(a, 1024, 1, 0)) in test_swap()
159 && TEST_true(BN_bntest_rand(b, 1024, 1, 0)) in test_swap()
232 if (!(TEST_true(BN_bntest_rand(a, 512, 0, 0))) in test_sub()
238 if (!TEST_true(BN_bntest_rand(b, 400 + i - NUM1, 0, 0))) in test_sub()
273 if (!(TEST_true(BN_bntest_rand(a, 400, 0, 0)) in test_div_recip()
279 if (!(TEST_true(BN_bntest_rand(b, 50 + 3 * (i - NUM1), 0, 0)))) in test_div_recip()
384 if (!(TEST_true(BN_bntest_rand(a, 1024, 0, 0)))) in test_mod()
387 if (!(TEST_true(BN_bntest_rand(b, 450 + i * 10, 0, 0)))) in test_mod()
472 if (!(TEST_true(BN_bntest_rand(m, 1024, 0, 1)) in test_modexp_mont5()
474 && TEST_true(BN_bntest_rand(a, 1024, 0, 0)))) in test_modexp_mont5()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_rand.c113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() function
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dmissingcrypto.txt249 BN_bntest_rand(3)
Dmissingcrypto111.txt273 BN_bntest_rand(3)
Dlibcrypto.num1909 BN_bntest_rand 1956 3_0_0 EXIST::FUNCTION:
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dcrypto.map566 BN_bntest_rand;
Dcrypto.expsym564 BN_bntest_rand@@OPENSSL_3.0.0