Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.c7523 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
7657 Y_pub = dpp_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_exchange_resp()
7659 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
7665 addr[2] = wpabuf_head(Y_pub); in dpp_pkex_rx_exchange_resp()
7666 len[2] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_exchange_resp()
7709 wpabuf_free(Y_pub); in dpp_pkex_rx_exchange_resp()
7854 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
7945 Y_pub = dpp_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_commit_reveal_req()
7947 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
7953 addr[2] = wpabuf_head(Y_pub); in dpp_pkex_rx_commit_reveal_req()
[all …]