Searched refs:numPowers (Results 1 – 1 of 1) sorted by relevance
600 int numPowers; in BN_mod_exp_mont_consttime() local712 numPowers = 1 << window; in BN_mod_exp_mont_consttime()713 powerbufLen += sizeof(m->d[0]) * (top * numPowers + in BN_mod_exp_mont_consttime()715 numPowers ? (2 * top) : numPowers)); in BN_mod_exp_mont_consttime()736 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()1040 for (i = 3; i < numPowers; i++) { in BN_mod_exp_mont_consttime()