Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bn/
H A Dbn_exp.c614 unsigned char *powerbuf = NULL; in bn_mod_exp_mont_fixed_top() local
733 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in bn_mod_exp_mont_fixed_top()
734 memset(powerbuf, 0, powerbufLen); 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()
840 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in bn_mod_exp_mont_fixed_top()
841 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in bn_mod_exp_mont_fixed_top()
844 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in bn_mod_exp_mont_fixed_top()
850 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top()
868 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in bn_mod_exp_mont_fixed_top()
880 if ((*pwr5_worker)(tmp.d, np, n0, powerbuf, wvalue, stride)) in bn_mod_exp_mont_fixed_top()
[all …]