Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_exp.c655 int numPowers; in BN_mod_exp_mont_consttime() local
707 numPowers = 1 << window; in BN_mod_exp_mont_consttime()
708 powerbufLen = sizeof(m->d[0]) * (top * numPowers + in BN_mod_exp_mont_consttime()
709 ((2*top) > numPowers ? (2*top) : numPowers)); in BN_mod_exp_mont_consttime()
716 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()
852 for (i = 3; i < numPowers; i++) { in BN_mod_exp_mont_consttime()