Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A 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()
H A Dutils_module_tests.c1075 if (const_time_fill_msb(test->val) != test->expected) { in const_time_tests()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c210 in_range = const_time_fill_msb((unsigned int) cmp_prime); in compute_password_element()
/freebsd/contrib/wpa/src/common/
H A Dsae.c170 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc()
220 pwd_value_valid = const_time_fill_msb(res); in sae_test_pwd_seed_ffc()