Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c614 u8 m[SAE_PK_M_LEN]; in sae_check_confirm_pk()
658 if (elems.sae_pk_len < SAE_PK_M_LEN + AES_BLOCK_SIZE) { in sae_check_confirm_pk()
665 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE); in sae_check_confirm_pk()
668 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE, in sae_check_confirm_pk()
674 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: Modifier M", m, SAE_PK_M_LEN); in sae_check_confirm_pk()
692 if (!sae_pk_valid_fingerprint(sae, m, SAE_PK_M_LEN, k_ap, k_ap_len, in sae_check_confirm_pk()
702 if (sae_pk_hash_sig_data(sae, hash_len, false, m, SAE_PK_M_LEN, in sae_check_confirm_pk()
Dsae.h32 #define SAE_PK_M_LEN 16 macro