Searched refs:const_time_select_bin (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | const_time.h | 161 static inline void const_time_select_bin(u8 mask, const u8 *true_val, in const_time_select_bin() function
|
D | utils_module_tests.c | 1182 const_time_select_bin(test->mask, test->true_val, in const_time_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | const_time.h | 161 static inline void const_time_select_bin(u8 mask, const u8 *true_val, in const_time_select_bin() function
|
D | utils_module_tests.c | 1183 const_time_select_bin(test->mask, test->true_val, in const_time_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.c | 225 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element() 285 const_time_select_bin(is_eq, x_y, x_y + MAX_ECC_PRIME_LEN, in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.c | 225 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element() 285 const_time_select_bin(is_eq, x_y, x_y + MAX_ECC_PRIME_LEN, in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dragonfly.c | 156 const_time_select_bin(mask, qnr, qr, prime_len, qr_or_qnr_bin); in dragonfly_is_quadratic_residue_blind()
|
D | sae.c | 359 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc() 367 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 421 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 514 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc() 714 const_time_select_bin(m_is_zero, bin1, bin2, prime_len, bin); in sswu() 756 const_time_select_bin(is_qr, bin1, bin2, prime_len, bin); in sswu() 766 const_time_select_bin(is_qr, bin1, bin2, prime_len, x_y); in sswu() 789 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dragonfly.c | 156 const_time_select_bin(mask, qnr, qr, prime_len, qr_or_qnr_bin); in dragonfly_is_quadratic_residue_blind()
|
D | sae.c | 365 const_time_select_bin(found, dummy_password, password, in sae_derive_pwe_ecc() 373 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 427 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 528 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc()
|