Searched refs:powerbuf (Results 1 – 1 of 1) sorted by relevance
/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() 971 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime() 972 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime() 974 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime() 980 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 986 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 991 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 1155 if (powerbuf != NULL) { in BN_mod_exp_mont_consttime() [all …]
|
Completed in 22 milliseconds