Searched refs:numPowers (Results 1 – 1 of 1) sorted by relevance
617 int numPowers; in BN_mod_exp_mont_consttime() local734 numPowers = 1 << window; in BN_mod_exp_mont_consttime()735 powerbufLen += sizeof(m->d[0]) * (top * numPowers + in BN_mod_exp_mont_consttime()737 numPowers ? (2 * top) : numPowers)); in BN_mod_exp_mont_consttime()758 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()1074 for (i = 3; i < numPowers; i++) { in BN_mod_exp_mont_consttime()