Searched refs:stride (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_exp.c | 816 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local 865 if (bits < stride) in BN_mod_exp_mont_consttime() 866 stride = bits; in BN_mod_exp_mont_consttime() 867 bits -= stride; in BN_mod_exp_mont_consttime() 870 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 873 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 876 bits += stride - 5; in BN_mod_exp_mont_consttime() 877 wvalue >>= stride - 5; in BN_mod_exp_mont_consttime()
|
Completed in 4 milliseconds