Searched refs:const_time_select_bin (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/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
|
/hal_espressif-latest/components/wpa_supplicant/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 | 352 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc() 360 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 414 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 505 const_time_select_bin(found, pwe_buf, pwe_buf + prime_len, in sae_derive_pwe_ffc() 667 const_time_select_bin(m_is_zero, bin1, bin2, prime_len, bin); in sswu() 709 const_time_select_bin(is_qr, bin1, bin2, prime_len, bin); in sswu() 719 const_time_select_bin(is_qr, bin1, bin2, prime_len, x_y); in sswu() 742 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()
|