Searched refs:powerbufLen (Results 1 – 1 of 1) sorted by relevance
613 int powerbufLen = 0; in bn_mod_exp_mont_fixed_top() local713 powerbufLen += top * sizeof(mont->N.d[0]); in bn_mod_exp_mont_fixed_top()723 …powerbufLen += sizeof(m->d[0]) * (top * numPowers + ((2 * top) > numPowers ? (2 * top) : numPowers… in bn_mod_exp_mont_fixed_top()725 if (powerbufLen < 3072) in bn_mod_exp_mont_fixed_top()726 powerbufFree = alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH); in bn_mod_exp_mont_fixed_top()729 if ((powerbufFree = OPENSSL_malloc(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) in bn_mod_exp_mont_fixed_top()734 memset(powerbuf, 0, powerbufLen); in bn_mod_exp_mont_fixed_top()737 if (powerbufLen < 3072) in bn_mod_exp_mont_fixed_top()1138 OPENSSL_cleanse(powerbuf, powerbufLen); in bn_mod_exp_mont_fixed_top()