Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dconst_time.h129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() function
168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
H A Dutils_module_tests.c1156 if (const_time_select_u8(test->mask, test->true_val, in const_time_tests()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c197 is_odd = const_time_select_u8( in compute_password_element()
242 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element()
/freebsd/contrib/wpa/src/common/
H A Dsae.c225 pwd_value[0] = const_time_select_u8(pwd_value_valid, pwd_value[0], 0); in sae_test_pwd_seed_ffc()
268 res = const_time_select_u8(pwd_value_valid, 1, 0); in sae_test_pwd_seed_ffc()
270 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
272 res = const_time_select_u8(const_time_is_zero(is_val), res, 0); in sae_test_pwd_seed_ffc()
369 pwd_seed_odd = const_time_select_u8( in sae_derive_pwe_ecc()
516 sel_counter = const_time_select_u8(found, sel_counter, counter); in sae_derive_pwe_ffc()
518 found = const_time_select_u8(found, found, mask); in sae_derive_pwe_ffc()