Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/wps/
Dwps_enrollee.c57 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_e_hash()
72 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_e_hash()
73 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_e_hash()
585 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce1()
586 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce1()
625 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_r_snonce2()
626 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_r_snonce2()
Dwps_attr_build.c65 wpabuf_free(wps->dh_pubkey_e); in wps_build_public_key()
66 wps->dh_pubkey_e = pubkey; in wps_build_public_key()
Dwps_registrar.c1402 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1417 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_build_r_hash()
1418 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_build_r_hash()
2164 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce1()
2165 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce1()
2204 addr[2] = wpabuf_head(wps->dh_pubkey_e); in wps_process_e_snonce2()
2205 len[2] = wpabuf_len(wps->dh_pubkey_e); in wps_process_e_snonce2()
2259 wpabuf_free(wps->dh_pubkey_e); in wps_process_pubkey()
2260 wps->dh_pubkey_e = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
2261 if (wps->dh_pubkey_e == NULL) in wps_process_pubkey()
Dwps_i.h62 struct wpabuf *dh_pubkey_e; member
Dwps.c154 wpabuf_free(data->dh_pubkey_e); in wps_deinit()
Dwps_common.c72 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()