Lines Matching refs:X_pub

5412 	struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL;  in dpp_pkex_rx_exchange_resp()  local
5515 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_exchange_resp()
5516 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
5524 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
5525 len[3] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
5600 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
5635 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
5743 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_req()
5744 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
5752 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
5753 len[3] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
5795 addr[2] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
5796 len[2] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
5845 wpabuf_free(X_pub); in dpp_pkex_rx_commit_reveal_req()
5872 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_resp() local
5945 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_resp()
5947 if (!B_pub || !X_pub || !Y_pub) in dpp_pkex_rx_commit_reveal_resp()
5953 addr[2] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_resp()
5954 len[2] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()
5975 wpabuf_free(X_pub); in dpp_pkex_rx_commit_reveal_resp()