Home
last modified time | relevance | path

Searched refs:BN_bntest_rand (Results 1 - 6 of 6) sorted by relevance

/third_party/openssl/test/
H A 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( in test_modexp_mont5()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() function
/third_party/openssl/crypto/bn/
H A Dbn_rand.c113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() function
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h533 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/openssl/include/openssl/
H A Dbn.h577 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);

Completed in 6 milliseconds