Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c620 unsigned char *powerbuf = NULL; in bn_mod_exp_mont_fixed_top() local
745 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in bn_mod_exp_mont_fixed_top()
746 memset(powerbuf, 0, powerbufLen); in bn_mod_exp_mont_fixed_top()
754 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in bn_mod_exp_mont_fixed_top()
852 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in bn_mod_exp_mont_fixed_top()
853 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in bn_mod_exp_mont_fixed_top()
857 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in bn_mod_exp_mont_fixed_top()
864 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top()
882 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in bn_mod_exp_mont_fixed_top()
894 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in bn_mod_exp_mont_fixed_top()
[all …]