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.c5636 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
5788 B_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()
5789 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()
5793 addr[1] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()
5794 len[1] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
5813 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_rx_commit_reveal_req()
5814 wpabuf_put_buf(clear, B_pub); in dpp_pkex_rx_commit_reveal_req()
5844 wpabuf_free(B_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
5944 B_pub = dpp_get_pubkey_point(pkex->peer_bootstrap_key, 0); in dpp_pkex_rx_commit_reveal_resp()
[all …]