Home
last modified time | relevance | path

Searched refs:BN_mod_exp_recp (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/test/
Dexptest.c73 if (!TEST_true(BN_mod_exp_recp(r, a, p, m, ctx))) in test_mod_exp_zero()
162 || !TEST_true(BN_mod_exp_recp(r_recp, a, b, m, ctx)) in test_mod_exp()
Dbntest.c1155 if (!TEST_true(BN_mod_exp_recp(r, a, t, b, ctx))) in test_kronecker()
2300 || !TEST_true(BN_mod_exp_recp(r, a, p, m, NULL)) in test_expmodone()
/third_party/openssl/crypto/bn/
Dbn_exp.c149 ret = BN_mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp()
161 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() function
/third_party/openssl/include/openssl/
Dbn.h411 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/openssl/crypto/err/
Dopenssl.txt218 BN_F_BN_MOD_EXP_RECP:125:BN_mod_exp_recp
/third_party/openssl/util/
Dlibcrypto.num2149 BN_mod_exp_recp 2126 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES9098 *) Change BN_mod_exp_recp so that negative moduli are tolerated