Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_pkex.c693 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
817 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_exchange_resp()
818 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
826 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
827 len[3] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
856 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
1001 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
1083 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_req()
1084 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
1092 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
[all …]