Home
last modified time | relevance | path

Searched refs:bn_to_mont_fixed_top (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_blind.c300 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 Dbn_exp.c377 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 Dbn_mont.c222 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 Dbn.h76 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c304 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 Drsa_ossl.c691 || !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()