Searched refs:BN_mod_exp_simple (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/ |
A D | exptest.c | 79 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 D | bntest.c | 652 || !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 D | bignum.c | 78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx)); in FuzzerTestOneInput()
|
/openssl-master/crypto/bn/ |
A D | bn_exp.c | 152 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 D | bn.h | 317 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 262 BN_mod_exp_simple(3)
|
A D | missingcrypto111.txt | 286 BN_mod_exp_simple(3)
|
A D | libcrypto.num | 1376 BN_mod_exp_simple 1410 3_0_0 EXIST::FUNCTION:
|
Completed in 31 milliseconds