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()
602 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
603 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
642 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
643 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.c1426 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1441 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
1442 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
2208 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
2209 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
2248 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
2249 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
2303 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
2304 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
2305 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()