Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c907 const struct wpabuf *B_pub, const u8 *v) in dpp_pkex_build_commit_reveal_resp() argument
947 wpabuf_put_le16(clear, wpabuf_len(B_pub)); in dpp_pkex_build_commit_reveal_resp()
948 wpabuf_put_buf(clear, B_pub); in dpp_pkex_build_commit_reveal_resp()
1035 struct wpabuf *B_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
1159 B_pub = crypto_ec_key_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_commit_reveal_req()
1160 if (!B_pub) in dpp_pkex_rx_commit_reveal_req()
1168 addr[num_elem] = wpabuf_head(B_pub); in dpp_pkex_rx_commit_reveal_req()
1169 len[num_elem] = wpabuf_len(B_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1182 msg = dpp_pkex_build_commit_reveal_resp(pkex, B_pub, v); in dpp_pkex_rx_commit_reveal_req()
1189 wpabuf_free(B_pub); in dpp_pkex_rx_commit_reveal_req()
[all …]