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()
643 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
644 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
683 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
684 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce2()
Dwps_attr_build.c89 wpabuf_free(wps->dh_pubkey_e); in wps_build_public_key()
90 wps->dh_pubkey_e = pubkey; in wps_build_public_key()
Dwps_i.h62 struct wpabuf *dh_pubkey_e; member
Dwps_registrar.c1479 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1494 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
1495 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
2315 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
2316 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
2355 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
2356 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
2410 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
2411 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
2412 if (wps->dh_pubkey_e == NULL) in wps_process_pubkey()
Dwps.c176 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()