Searched refs:const_time_select (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | const_time.h | 99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() function 117 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()
|
D | utils_module_tests.c | 1129 if (const_time_select(test->mask, test->true_val, in const_time_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | const_time.h | 99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() function 117 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()
|
D | utils_module_tests.c | 1130 if (const_time_select(test->mask, test->true_val, in const_time_tests()
|