Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c227 unsigned lgBigR = mont->N.width * BN_BITS2; in BN_MONT_CTX_set() local
229 int ok = BN_set_bit(&mont->RR, lgBigR * 2) && in BN_MONT_CTX_set()
252 unsigned lgBigR = mont->N.width * BN_BITS2; in BN_MONT_CTX_new_consttime() local
253 if (!bn_mod_exp_base_2_consttime(&mont->RR, lgBigR * 2, &mont->N, ctx) || in BN_MONT_CTX_new_consttime()