Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_enrollee.c49 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_e_hash()
64 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_e_hash()
65 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_e_hash()
654 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
655 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
694 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
695 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce2()
Dwps_attr_build.c95 wpabuf_free(wps->dh_pubkey_e); in wps_build_public_key()
96 wps->dh_pubkey_e = pubkey; in wps_build_public_key()
Dwps_i.h63 struct wpabuf *dh_pubkey_e; member
Dwps_registrar.c1483 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1498 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
1499 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
2328 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
2329 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
2368 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
2369 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
2423 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
2424 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
2425 if (wps->dh_pubkey_e == NULL) in wps_process_pubkey()
Dwps.c180 wpabuf_free(data->dh_pubkey_e); in wps_deinit()
Dwps_common.c75 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1703 sm->wps->wps->dh_pubkey = sm->wps->dh_pubkey_e; in wifi_station_wps_start()