Searched refs:numPowers (Results 1 – 1 of 1) sorted by relevance
611 int numPowers; in bn_mod_exp_mont_fixed_top() local722 numPowers = 1 << window; in bn_mod_exp_mont_fixed_top()723 …powerbufLen += sizeof(m->d[0]) * (top * numPowers + ((2 * top) > numPowers ? (2 * top) : numPowers… in bn_mod_exp_mont_fixed_top()742 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in bn_mod_exp_mont_fixed_top()1056 for (i = 3; i < numPowers; i++) { in bn_mod_exp_mont_fixed_top()