Searched refs:B_pub (Results 1 – 1 of 1) sorted by relevance
875 const struct wpabuf *B_pub, const u8 *v) in dpp_pkex_build_commit_reveal_resp() argument915 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()916 wpabuf_put_buf(clear, B_pub); in dpp_pkex_build_commit_reveal_resp()1002 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local1118 B_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()1119 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()1123 addr[1] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()1124 len[1] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()1133 msg = dpp_pkex_build_commit_reveal_resp(pkex, B_pub, v); in dpp_pkex_rx_commit_reveal_req()1140 wpabuf_free(B_pub); in dpp_pkex_rx_commit_reveal_req()[all …]