Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c295 unsigned int is_eq; in sae_derive_pwe_ecc() local
413 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); 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()
582 unsigned int m_is_zero, is_qr, is_eq; in sswu() local
732 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu()
742 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()