Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dbn.h77 int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
/third_party/openssl/crypto/bn/
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
/third_party/openssl/crypto/rsa/
Drsa_ossl.c677 !bn_from_mont_fixed_top(m1, I, rsa->_method_mod_q, ctx) in rsa_ossl_mod_exp()
683 || !bn_from_mont_fixed_top(r1, I, rsa->_method_mod_p, ctx) in rsa_ossl_mod_exp()