Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c861 unsigned char *powerbuf = NULL; in BN_mod_exp_mont_consttime() local
947 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in BN_mod_exp_mont_consttime()
948 OPENSSL_memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime()
957 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()
1009 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
1010 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime()
1012 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
1017 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1021 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime()
1022 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
[all …]