Home
last modified time | relevance | path

Searched refs:low_mask (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/library/
H A Dconstant_time_impl.h414 /* low_mask is: 0 if low <= c, 0x...ff if low > c */ in mbedtls_ct_uchar_in_range_if()
415 unsigned low_mask = ((unsigned) co - low) >> 8; in mbedtls_ct_uchar_in_range_if() local
419 return (unsigned char) (~(low_mask | high_mask)) & to; in mbedtls_ct_uchar_in_range_if()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A 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/openssl/crypto/modes/
H A 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/node/deps/ada/
H A Dada.cpp10649 uint8x16_t low_mask =
10659 uint8x16_t lowpart = vqtbl1q_u8(low_mask, vandq_u8(word, fmask));
10672 uint8x16_t lowpart = vqtbl1q_u8(low_mask, vandq_u8(word, fmask));
10787 uint8x16_t low_mask =
10797 uint8x16_t lowpart = vqtbl1q_u8(low_mask, vandq_u8(word, fmask));
10810 uint8x16_t lowpart = vqtbl1q_u8(low_mask, vandq_u8(word, fmask));

Completed in 23 milliseconds