Home
last modified time | relevance | path

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

/openssl-master/test/
A Dexptest.c73 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 Dbntest.c1114 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 Dbn_exp.c148 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 Dbn.h455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/openssl-master/util/
A Dmissingcrypto.txt261 BN_mod_exp_recp(3)
A Dmissingcrypto111.txt285 BN_mod_exp_recp(3)
A Dlibcrypto.num2079 BN_mod_exp_recp 2126 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md13448 * Change BN_mod_exp_recp so that negative moduli are tolerated

Completed in 45 milliseconds