Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c44 const unsigned carryin, const int complement_val2) in fips_add160() argument
52 partialsum = val1[i] + (complement_val2 ? ~val2[i] : val2[i]) + in fips_add160()