Home
last modified time | relevance | path

Searched refs:bn_from_mont_fixed_top (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dbn.h78 int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mont.c167 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 Drsa_ossl.c690 !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()