Home
last modified time | relevance | path

Searched refs:BN_mod_exp_simple (Results 1 - 9 of 9) sorted by relevance

/third_party/openssl/test/
H A Dexptest.c80 if (!TEST_true(BN_mod_exp_simple(r, a, p, m, ctx))) in test_mod_exp_zero()
83 if (!TEST_true(a_is_zero_mod_one("BN_mod_exp_simple", r, a))) in test_mod_exp_zero()
201 || !TEST_true(BN_mod_exp_simple(r_simple, a, b, m, ctx)) in test_mod_exp()
287 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()
288 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) in test_mod_exp_x2()
H A Dbntest.c666 || !TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
689 || !TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
696 && TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
2374 || !TEST_true(BN_mod_exp_simple(r, a, p, m, NULL)) in test_expmodone()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dbignum.c78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dbignum.c78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h293 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/openssl/include/openssl/
H A Dbn.h317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c161 ret = BN_mod_exp_simple(r, a, p, m, ctx); in BN_mod_exp()
1311 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple() function
/third_party/openssl/crypto/bn/
H A Dbn_exp.c161 ret = BN_mod_exp_simple(r, a, p, m, ctx); in BN_mod_exp()
1303 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple() function

Completed in 11 milliseconds