Home
last modified time | relevance | path

Searched refs:const_time_fill_msb (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dconst_time.h31 static inline unsigned int const_time_fill_msb(unsigned int val) in const_time_fill_msb() function
43 return const_time_fill_msb(~val & (val - 1)); in const_time_is_zero()
Dutils_module_tests.c1074 if (const_time_fill_msb(test->val) != test->expected) { in const_time_tests()
/external/wpa_supplicant_8/src/common/
Dsae.c365 pwd_value_valid = const_time_fill_msb(res); in sae_test_pwd_seed_ffc()