Searched defs:complement_val2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c37 * calling with both carryin and complement_val2 ones does a
44 const unsigned carryin, const int complement_val2)
52 partialsum = val1[i] + (complement_val2 ? ~val2[i] : val2[i]) +
43 fips_add160(uint32_t *sum, uint32_t const *val1, uint32_t const *val2, const unsigned carryin, const int complement_val2) argument

Completed in 389 milliseconds