Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_enrollee.c47 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_e_hash()
62 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_e_hash()
63 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_e_hash()
638 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
639 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
678 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
679 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce2()
Dwps_attr_build.c88 wpabuf_free(wps->dh_pubkey_e); in wps_build_public_key()
89 wps->dh_pubkey_e = pubkey; in wps_build_public_key()
Dwps_registrar.c1439 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1454 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
1455 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
2228 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
2229 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
2268 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
2269 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
2323 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
2324 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
2325 if (wps->dh_pubkey_e == NULL) in wps_process_pubkey()
Dwps_i.h62 struct wpabuf *dh_pubkey_e; member
Dwps.c174 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()