Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A 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()
584 wpabuf_free(wps->dh_pubkey_r); in wps_process_pubkey()
585 wps->dh_pubkey_r = wpabuf_alloc_copy(pk, pk_len); in wps_process_pubkey()
586 if (wps->dh_pubkey_r == NULL) in wps_process_pubkey()
645 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce1()
646 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce1()
685 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_r_snonce2()
686 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_r_snonce2()
H A Dwps_attr_build.c86 wpabuf_free(wps->dh_pubkey_r); in wps_build_public_key()
87 wps->dh_pubkey_r = pubkey; in wps_build_public_key()
H A Dwps_i.h63 struct wpabuf *dh_pubkey_r; member
H A Dwps_registrar.c1466 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1483 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
1484 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
2306 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
2307 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
2346 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
2347 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
H A Dwps.c178 wpabuf_free(data->dh_pubkey_r); in wps_deinit()
H A Dwps_common.c75 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r; in wps_derive_keys()