Searched refs:const_time_select_u8 (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | const_time.h | 129 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()
|
D | utils_module_tests.c | 1156 if (const_time_select_u8(test->mask, test->true_val, in const_time_tests()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 200 is_odd = const_time_select_u8( in compute_password_element() 245 found_ctr = const_time_select_u8(found, found_ctr, ctr); in compute_password_element()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 225 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() 378 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()
|