Searched refs:bn_to_mont_fixed_top (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_blind.c | 300 if (!bn_to_mont_fixed_top(ret->Ai, ret->Ai, ret->m_ctx, ctx) in BN_BLINDING_create_param() 301 || !bn_to_mont_fixed_top(ret->A, ret->A, ret->m_ctx, ctx)) in BN_BLINDING_create_param()
|
H A D | bn_exp.c | 377 if (!bn_to_mont_fixed_top(val[0], aa, mont, ctx)) in BN_mod_exp_mont() 412 if (!bn_to_mont_fixed_top(r, BN_value_one(), mont, ctx)) in BN_mod_exp_mont() 775 if (!bn_to_mont_fixed_top(&tmp, BN_value_one(), mont, ctx)) in BN_mod_exp_mont_consttime() 779 if (!bn_to_mont_fixed_top(&am, a, mont, ctx)) in BN_mod_exp_mont_consttime()
|
H A D | bn_mont.c | 222 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in bn_to_mont_fixed_top() function
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | bn.h | 76 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 304 if (!bn_to_mont_fixed_top(s, ret->r, group->mont_data, ctx) in ossl_ecdsa_simple_sign_sig() 317 if (!bn_to_mont_fixed_top(s, s, group->mont_data, ctx) in ossl_ecdsa_simple_sign_sig()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 691 || !bn_to_mont_fixed_top(m1, m1, rsa->_method_mod_q, ctx) in rsa_ossl_mod_exp() 694 || !bn_to_mont_fixed_top(r1, r1, rsa->_method_mod_p, ctx) in rsa_ossl_mod_exp() 716 || !bn_to_mont_fixed_top(r1, r1, rsa->_method_mod_p, ctx) in rsa_ossl_mod_exp()
|