Searched refs:numPowers (Results 1 – 1 of 1) sorted by relevance
907 int numPowers; in BN_mod_exp_mont_consttime() local990 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()