Home
last modified time | relevance | path

Searched refs:dh_pubkey_r (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()
64 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_e_hash()
65 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_e_hash()
579 wpabuf_free(wps->dh_pubkey_r); in wps_process_pubkey()
580 wps->dh_pubkey_r = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
581 if (wps->dh_pubkey_r == NULL) in wps_process_pubkey()
640 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce1()
641 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce1()
680 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce2()
681 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce2()
Dwps_attr_build.c85 wpabuf_free(wps->dh_pubkey_r); in wps_build_public_key()
86 wps->dh_pubkey_r = pubkey; in wps_build_public_key()
Dwps_i.h63 struct wpabuf *dh_pubkey_r; member
Dwps_registrar.c1439 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1456 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
1457 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
2241 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
2242 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
2281 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
2282 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
Dwps.c179 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()