Searched refs:complement_val2 (Results 1 – 1 of 1) sorted by relevance
44 const unsigned carryin, const int complement_val2) in fips_add160() argument52 partialsum = val1[i] + (complement_val2 ? ~val2[i] : val2[i]) + in fips_add160()