Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_exp.c615 unsigned char *powerbuf = NULL; in BN_mod_exp_mont_consttime() local
744 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in BN_mod_exp_mont_consttime()
745 memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime()
753 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()
851 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
852 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in BN_mod_exp_mont_consttime()
856 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
863 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
881 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in BN_mod_exp_mont_consttime()
893 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime()
[all …]