Searched refs:bn_from_mont_fixed_top (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | bn.h | 78 int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mont.c | 167 retn = bn_from_mont_fixed_top(ret, a, mont, ctx); in BN_from_montgomery() 174 int bn_from_mont_fixed_top(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, in bn_from_mont_fixed_top() function
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 690 !bn_from_mont_fixed_top(m1, I, rsa->_method_mod_q, ctx) in rsa_ossl_mod_exp() 693 || !bn_from_mont_fixed_top(r1, I, rsa->_method_mod_p, ctx) in rsa_ossl_mod_exp()
|