Searched refs:const_time_select (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dconst_time.h93 * const_time_select - Constant time unsigned int selection
99 static inline unsigned int const_time_select(unsigned int mask, function
117 return (int) const_time_select(mask, (unsigned int) true_val,
131 return (u8) const_time_select(mask, true_val, false_val);
144 return (s8) const_time_select(mask, (unsigned int) true_val,
H A Dutils_module_tests.c1129 if (const_time_select(test->mask, test->true_val,
1132 "const_time_select(0x%x,0x%x,0x%x) test failed",

Completed in 117 milliseconds