Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H A Dsiv128.c78 uint64_t high_carry = high & (((uint64_t)1) << 63); in siv128_dbl() local
80 int64_t low_mask = -((int64_t)(high_carry >> 63)) & 0x87; in siv128_dbl()

Completed in 8 milliseconds