Searched refs:sh_secret (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 2866 struct wpabuf * sh_secret = NULL, *pub = NULL, *hkey = NULL; in owe_process_assoc_resp() local 2933 sh_secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, dh_ie+2, dh_len-2); in owe_process_assoc_resp() 2934 sh_secret = wpabuf_zeropad(sh_secret, prime_len); in owe_process_assoc_resp() 2935 if (!sh_secret) { in owe_process_assoc_resp() 2940 wpa_hexdump_buf_key(MSG_DEBUG, "OWE: DH shared secret", sh_secret); in owe_process_assoc_resp() 2977 …mac_sha256(wpabuf_head(hkey), wpabuf_len(hkey), wpabuf_head(sh_secret), wpabuf_len(sh_secret), prk… in owe_process_assoc_resp() 2985 wpabuf_clear_free(sh_secret); in owe_process_assoc_resp() 3013 wpabuf_clear_free(sh_secret); in owe_process_assoc_resp()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 1150 struct wpabuf *sh_secret = NULL; in crypto_ecdh_set_peerkey() local 1231 sh_secret = wpabuf_alloc_copy(secret, len_secret); in crypto_ecdh_set_peerkey() 1243 return sh_secret; in crypto_ecdh_set_peerkey()
|