Searched refs:powerbufLen (Results 1 – 1 of 1) sorted by relevance
619 int powerbufLen = 0; in bn_mod_exp_mont_fixed_top() local721 powerbufLen += top * sizeof(mont->N.d[0]); in bn_mod_exp_mont_fixed_top()731 powerbufLen += sizeof(m->d[0]) * (top * numPowers + in bn_mod_exp_mont_fixed_top()735 if (powerbufLen < 3072) in bn_mod_exp_mont_fixed_top()737 alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH); in bn_mod_exp_mont_fixed_top()741 OPENSSL_malloc(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) in bn_mod_exp_mont_fixed_top()746 memset(powerbuf, 0, powerbufLen); in bn_mod_exp_mont_fixed_top()749 if (powerbufLen < 3072) in bn_mod_exp_mont_fixed_top()1152 OPENSSL_cleanse(powerbuf, powerbufLen); in bn_mod_exp_mont_fixed_top()