Searched refs:BN_mod_exp_recp (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/ |
A D | exptest.c | 73 if (!TEST_true(BN_mod_exp_recp(r, a, p, m, ctx))) in test_mod_exp_zero() 171 || !TEST_true(BN_mod_exp_recp(r_recp, a, b, m, ctx)) in test_mod_exp()
|
A D | bntest.c | 1114 if (!TEST_true(BN_mod_exp_recp(r, a, t, b, ctx))) in test_kronecker() 2333 || !TEST_true(BN_mod_exp_recp(r, a, p, m, NULL)) in test_expmodone()
|
/openssl-master/crypto/bn/ |
A D | bn_exp.c | 148 ret = BN_mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp() 160 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() function
|
/openssl-master/include/openssl/ |
A D | bn.h | 455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 261 BN_mod_exp_recp(3)
|
A D | missingcrypto111.txt | 285 BN_mod_exp_recp(3)
|
A D | libcrypto.num | 2079 BN_mod_exp_recp 2126 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 13448 * Change BN_mod_exp_recp so that negative moduli are tolerated
|
Completed in 45 milliseconds