Searched refs:const_time_select (Results 1 – 2 of 2) sorted by relevance
99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() function117 return (int) const_time_select(mask, (unsigned int) true_val, in const_time_select_int()131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8()144 return (s8) const_time_select(mask, (unsigned int) true_val, in const_time_select_s8()
1129 if (const_time_select(test->mask, test->true_val, in const_time_tests()