Home
last modified time | relevance | path

Searched refs:dh_pubkey_r (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()
78 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_e_hash()
79 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_e_hash()
516 wpabuf_free(wps->dh_pubkey_r); in wps_process_pubkey()
517 wps->dh_pubkey_r = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
518 if (wps->dh_pubkey_r == NULL) in wps_process_pubkey()
577 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce1()
578 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce1()
617 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce2()
618 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce2()
Dwps_attr_build.c42 wpabuf_free(wps->dh_pubkey_r); in wps_build_public_key()
43 wps->dh_pubkey_r = 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()
954 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
955 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
1649 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
1650 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
1689 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
1690 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
Dwps.c112 wpabuf_free(data->dh_pubkey_r); in wps_deinit()
Dwps_i.h61 struct wpabuf *dh_pubkey_r; member
Dwps_common.c77 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()