Searched refs:bn_from_mont_fixed_top (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/include/crypto/ |
D | bn.h | 77 int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
|
/third_party/openssl/crypto/bn/ |
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
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 677 !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()
|