Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dexptest.c74 if (!TEST_true(BN_mod_exp_recp(r, a, p, m, ctx))) in test_mod_exp_zero()
200 || !TEST_true(BN_mod_exp_recp(r_recp, a, b, m, ctx)) in test_mod_exp()
H A Dbntest.c1159 if (!TEST_true(BN_mod_exp_recp(r, a, t, b, ctx))) in test_kronecker()
2384 || !TEST_true(BN_mod_exp_recp(r, a, p, m, NULL)) in test_expmodone()
2992 : BN_mod_exp_recp)(r, a, b, c, ctx), 1)) in test_mod_exp_alias()
3006 : BN_mod_exp_recp)(r, a, r, c, ctx), 1)) in test_mod_exp_alias()
3021 if (!TEST_int_eq(BN_mod_exp_recp(c, a, b, c, ctx), 1)) in test_mod_exp_alias()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c157 ret = BN_mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp()
169 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() function
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt259 BN_mod_exp_recp(3)
H A Dmissingcrypto111.txt285 BN_mod_exp_recp(3)
H A Dlibcrypto.num2079 BN_mod_exp_recp 2126 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map529 BN_mod_exp_recp;
/freebsd/crypto/openssl/
H A DCHANGES.md14412 * Change BN_mod_exp_recp so that negative moduli are tolerated