Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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.c1489 if (wps->dh_pubkey_e == NULL || wps->dh_pubkey_r == NULL) { in wps_build_r_hash()
1506 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_build_r_hash()
1507 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_build_r_hash()
2316 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce1()
2317 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce1()
2356 addr[3] = wpabuf_head(wps->dh_pubkey_r); in wps_process_e_snonce2()
2357 len[3] = wpabuf_len(wps->dh_pubkey_r); in wps_process_e_snonce2()
H A Dwps.c177 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()