Searched refs:BN_bntest_rand (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | bntest.c | 158 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/ |
| D | bn_rand.c | 113 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/ |
| D | missingcrypto.txt | 249 BN_bntest_rand(3)
|
| D | missingcrypto111.txt | 273 BN_bntest_rand(3)
|
| D | libcrypto.num | 1909 BN_bntest_rand 1956 3_0_0 EXIST::FUNCTION:
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/ |
| D | crypto.map | 566 BN_bntest_rand;
|
| D | crypto.expsym | 564 BN_bntest_rand@@OPENSSL_3.0.0
|