Searched refs:powerbuf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-src/crypto/openssl/crypto/bn/ |
| H A D | bn_exp.c | 620 unsigned char *powerbuf = NULL; in BN_mod_exp_mont_consttime() local 749 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in BN_mod_exp_mont_consttime() 750 memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime() 758 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime() 856 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime() 857 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in BN_mod_exp_mont_consttime() 861 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime() 868 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 886 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in BN_mod_exp_mont_consttime() 898 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() [all …]
|