Home
last modified time | relevance | path

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

/openssl-master/test/
A Dexptest.c79 if (!TEST_true(BN_mod_exp_simple(r, a, p, m, ctx))) in test_mod_exp_zero()
172 || !TEST_true(BN_mod_exp_simple(r_simple, a, b, m, ctx)) in test_mod_exp()
258 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()
259 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) in test_mod_exp_x2()
A Dbntest.c652 || !TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
659 && TEST_true(BN_mod_exp_simple(a, e, p, m, ctx)) in test_modexp_mont5()
2331 || !TEST_true(BN_mod_exp_simple(r, a, p, m, NULL)) in test_expmodone()
/openssl-master/fuzz/
A Dbignum.c78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
/openssl-master/crypto/bn/
A Dbn_exp.c152 ret = BN_mod_exp_simple(r, a, p, m, ctx); in BN_mod_exp()
1274 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple() function
/openssl-master/include/openssl/
A Dbn.h317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/openssl-master/util/
A Dmissingcrypto.txt262 BN_mod_exp_simple(3)
A Dmissingcrypto111.txt286 BN_mod_exp_simple(3)
A Dlibcrypto.num1376 BN_mod_exp_simple 1410 3_0_0 EXIST::FUNCTION:

Completed in 31 milliseconds