Home
last modified time | relevance | path

Searched refs:dh_pubkey_r (Results 1 – 6 of 6) 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()
66 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_e_hash()
67 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_e_hash()
595 wpabuf_free(wps->dh_pubkey_r); in wps_process_pubkey()
596 wps->dh_pubkey_r = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
597 if (wps->dh_pubkey_r == NULL) in wps_process_pubkey()
656 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce1()
657 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce1()
696 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce2()
697 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce2()
Dwps_attr_build.c92 wpabuf_free(wps->dh_pubkey_r); in wps_build_public_key()
93 wps->dh_pubkey_r = pubkey; in wps_build_public_key()
Dwps_i.h64 struct wpabuf *dh_pubkey_r; member
Dwps_registrar.c1483 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1500 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
1501 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
2330 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
2331 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
2370 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
2371 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
Dwps.c181 wpabuf_free(data->dh_pubkey_r); in wps_deinit()
Dwps_common.c75 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()