Lines Matching refs:A_pub
7404 const struct wpabuf *A_pub, const u8 *u) in dpp_pkex_build_commit_reveal_req() argument
7444 wpabuf_put_le16(clear, wpabuf_len(A_pub)); in dpp_pkex_build_commit_reveal_req()
7445 wpabuf_put_buf(clear, A_pub); in dpp_pkex_build_commit_reveal_req()
7523 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
7656 A_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_exchange_resp()
7659 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
7663 addr[1] = wpabuf_head(A_pub); in dpp_pkex_rx_exchange_resp()
7664 len[1] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_exchange_resp()
7702 msg = dpp_pkex_build_commit_reveal_req(pkex, A_pub, u); in dpp_pkex_rx_exchange_resp()
7707 wpabuf_free(A_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
7944 A_pub = dpp_get_pubkey_point(pkex->peer_bootstrap_key, 0); in dpp_pkex_rx_commit_reveal_req()
7947 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
7951 addr[1] = wpabuf_head(A_pub); in dpp_pkex_rx_commit_reveal_req()
7952 len[1] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
8014 wpabuf_free(A_pub); in dpp_pkex_rx_commit_reveal_req()