Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.c7727 const struct wpabuf *B_pub, const u8 *v) in dpp_pkex_build_commit_reveal_resp() argument
7767 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()
7768 wpabuf_put_buf(clear, B_pub); in dpp_pkex_build_commit_reveal_resp()
7855 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
7992 B_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()
7993 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()
7997 addr[1] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()
7998 len[1] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
8007 msg = dpp_pkex_build_commit_reveal_resp(pkex, B_pub, v); in dpp_pkex_rx_commit_reveal_req()
8015 wpabuf_free(B_pub); in dpp_pkex_rx_commit_reveal_req()
[all …]