Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c907 int numPowers; in BN_mod_exp_mont_consttime() local
990 numPowers = 1 << window; in BN_mod_exp_mont_consttime()
993 (top * numPowers + ((2 * top) > numPowers ? (2 * top) : numPowers)); in BN_mod_exp_mont_consttime()
1013 tmp.d = powerbuf + top * numPowers; in BN_mod_exp_mont_consttime()
1167 for (i = 3; i < numPowers; i++) { in BN_mod_exp_mont_consttime()