Home
last modified time | relevance | path

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

/third_party/openssl/crypto/modes/
Dsiv128.c80 int64_t low_mask = -((int64_t)(high_carry >> 63)) & 0x87; in siv128_dbl() local
84 low = (low << 1) ^ (uint64_t)low_mask; in siv128_dbl()
/third_party/mbedtls/library/
Dconstant_time.c169 unsigned low_mask = ( (unsigned) c - low ) >> 8; in mbedtls_ct_uchar_mask_of_range() local
172 return( ~( low_mask | high_mask ) & 0xff ); in mbedtls_ct_uchar_mask_of_range()