Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c834 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
848 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
849 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
881 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
1108 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
1122 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
1162 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
1181 wpabuf_free(X_pub); in dpp_pkex_rx_commit_reveal_req()
1287 if (!B_pub || !X_pub || !Y_pub) in dpp_pkex_rx_commit_reveal_resp()
1298 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_resp()
[all …]