Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/modes/
Dsiv128.c81 uint64_t high_mask = low_carry >> 63; in siv128_dbl() local
83 high = (high << 1) | high_mask; in siv128_dbl()
/third_party/openssl/crypto/modes/
Dsiv128.c81 uint64_t high_mask = low_carry >> 63; in siv128_dbl() local
83 high = (high << 1) | high_mask; in siv128_dbl()
/third_party/mbedtls/library/
Dconstant_time.c223 unsigned high_mask = ((unsigned) high - c) >> 8; in mbedtls_ct_uchar_mask_of_range() local
224 return ~(low_mask | high_mask) & 0xff; in mbedtls_ct_uchar_mask_of_range()
/third_party/node/deps/ada/
Dada.cpp10652 uint8x16_t high_mask = in find_next_host_delimiter_special() local
10660 uint8x16_t highpart = vqtbl1q_u8(high_mask, vshrq_n_u8(word, 4)); in find_next_host_delimiter_special()
10673 uint8x16_t highpart = vqtbl1q_u8(high_mask, vshrq_n_u8(word, 4)); in find_next_host_delimiter_special()
10790 uint8x16_t high_mask = in find_next_host_delimiter() local
10798 uint8x16_t highpart = vqtbl1q_u8(high_mask, vshrq_n_u8(word, 4)); in find_next_host_delimiter()
10811 uint8x16_t highpart = vqtbl1q_u8(high_mask, vshrq_n_u8(word, 4)); in find_next_host_delimiter()