Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_enrollee.c59 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_e_hash()
76 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_e_hash()
77 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_e_hash()
528 wpabuf_free(wps->dh_pubkey_r); in wps_process_pubkey()
529 wps->dh_pubkey_r = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
530 if (wps->dh_pubkey_r == NULL) in wps_process_pubkey()
594 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce1()
595 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce1()
634 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce2()
635 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce2()
Dwps_attr_build.c66 wpabuf_free(wps->dh_pubkey_r); in wps_build_public_key()
67 wps->dh_pubkey_r = pubkey; in wps_build_public_key()
77 pubkey = wps->dh_pubkey_r; in wps_build_public_key()
Dwps_i.h66 struct wpabuf *dh_pubkey_r; member
Dwps_registrar.c1411 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1428 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
1429 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
2172 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
2173 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
2211 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
2212 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
Dwps_common.c73 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c488 wpabuf_free(data->dh_pubkey_r); in wps_deinit()