Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_pkex.c586 const struct wpabuf *A_pub, const u8 *u) in dpp_pkex_build_commit_reveal_req() argument
626 wpabuf_put_le16(clear, wpabuf_len(A_pub)); in dpp_pkex_build_commit_reveal_req()
627 wpabuf_put_buf(clear, A_pub); in dpp_pkex_build_commit_reveal_req()
704 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
840 A_pub = crypto_ec_key_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_exchange_resp()
843 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
851 addr[num_elem] = wpabuf_head(A_pub); in dpp_pkex_rx_exchange_resp()
852 len[num_elem] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_exchange_resp()
884 msg = dpp_pkex_build_commit_reveal_req(pkex, A_pub, u); in dpp_pkex_rx_exchange_resp()
889 wpabuf_free(A_pub); in dpp_pkex_rx_exchange_resp()
[all …]