Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_enrollee.c61 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_e_hash()
76 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_e_hash()
77 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_e_hash()
575 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
576 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
615 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
616 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce2()
Dwps_attr_build.c45 wpabuf_free(wps->dh_pubkey_e); in wps_build_public_key()
46 wps->dh_pubkey_e = pubkey; in wps_build_public_key()
Dwps_registrar.c937 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
952 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
953 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
1647 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
1648 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
1687 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
1688 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
1735 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
1736 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
1737 if (wps->dh_pubkey_e == NULL) in wps_process_pubkey()
Dwps.c111 wpabuf_free(data->dh_pubkey_e); in wps_deinit()
Dwps_i.h60 struct wpabuf *dh_pubkey_e; member
Dwps_common.c77 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()