Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery_inv.c165 int bn_mod_exp_base_2_vartime(BIGNUM *r, unsigned p, const BIGNUM *n) { in bn_mod_exp_base_2_vartime() function
Dinternal.h240 int bn_mod_exp_base_2_vartime(BIGNUM *r, unsigned p, const BIGNUM *n); in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c219 if (!bn_mod_exp_base_2_vartime(&mont->RR, lgBigR * 2, &mont->N)) { in BN_MONT_CTX_set()