Searched refs:BN_mod_exp_recp (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/test/ |
D | exptest.c | 73 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()
|
D | bntest.c | 1155 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/ |
D | bn_exp.c | 149 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/ |
D | bn.h | 411 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 218 BN_F_BN_MOD_EXP_RECP:125:BN_mod_exp_recp
|
/third_party/openssl/util/ |
D | libcrypto.num | 2149 BN_mod_exp_recp 2126 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 9098 *) Change BN_mod_exp_recp so that negative moduli are tolerated
|