Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2866 struct wpabuf * sh_secret = NULL, *pub = NULL, *hkey = NULL; in owe_process_assoc_resp() local
2966 hkey = wpabuf_alloc(wpabuf_len(pub) + dh_len - 2 + 2); in owe_process_assoc_resp()
2967 if (!hkey) { in owe_process_assoc_resp()
2971 wpabuf_put_buf(hkey, pub); /* C */ in owe_process_assoc_resp()
2974 wpabuf_put_data(hkey, dh_ie + 2, dh_len - 2); /* A */ in owe_process_assoc_resp()
2975 wpabuf_put_le16(hkey, sm->owe_group); /* group */ in owe_process_assoc_resp()
2977 …res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey), wpabuf_head(sh_secret), wpabuf_len(sh_secre… in owe_process_assoc_resp()
2984 wpabuf_free(hkey); in owe_process_assoc_resp()
3012 wpabuf_free(hkey); in owe_process_assoc_resp()