Searched refs:BN_mod_exp_recp (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | exptest.c | 74 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 D | bntest.c | 1159 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 D | bn_exp.c | 157 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 D | bn.h | 455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 259 BN_mod_exp_recp(3)
|
H A D | missingcrypto111.txt | 285 BN_mod_exp_recp(3)
|
H A D | libcrypto.num | 2079 BN_mod_exp_recp 2126 3_0_0 EXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 529 BN_mod_exp_recp;
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14412 * Change BN_mod_exp_recp so that negative moduli are tolerated
|