Lines Matching refs:crypto_word
157 typedef uint64_t crypto_word; typedef
160 typedef uint32_t crypto_word; typedef
166 #define CONSTTIME_TRUE_W ~((crypto_word)0)
167 #define CONSTTIME_FALSE_W ((crypto_word)0)
176 static inline crypto_word value_barrier_w(crypto_word a) { in value_barrier_w()
201 static inline crypto_word constant_time_msb_w(crypto_word a) { in constant_time_msb_w()
206 static inline crypto_word constant_time_is_zero_w(crypto_word a) { in constant_time_is_zero_w()
221 static inline crypto_word constant_time_is_nonzero_w(crypto_word a) { in constant_time_is_nonzero_w()
226 static inline crypto_word constant_time_eq_w(crypto_word a, in constant_time_eq_w()
227 crypto_word b) { in constant_time_eq_w()
234 static inline crypto_word constant_time_select_w(crypto_word mask, in constant_time_select_w()
235 crypto_word a, in constant_time_select_w()
236 crypto_word b) { in constant_time_select_w()