Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bn/
H A Dbn_exp.c611 int numPowers; in bn_mod_exp_mont_fixed_top() local
722 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()