Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c579 const struct wpabuf *A_pub, const u8 *u) in dpp_pkex_build_commit_reveal_req()
619 wpabuf_put_le16(clear, wpabuf_len(A_pub)); in dpp_pkex_build_commit_reveal_req()
620 wpabuf_put_buf(clear, A_pub); in dpp_pkex_build_commit_reveal_req()
697 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
831 A_pub = crypto_ec_key_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_exchange_resp()
834 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
842 addr[num_elem] = wpabuf_head(A_pub); in dpp_pkex_rx_exchange_resp()
843 len[num_elem] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_exchange_resp()
875 msg = dpp_pkex_build_commit_reveal_req(pkex, A_pub, u); in dpp_pkex_rx_exchange_resp()
880 wpabuf_free(A_pub); in dpp_pkex_rx_exchange_resp()
578 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, const struct wpabuf *A_pub, const u8 *u) dpp_pkex_build_commit_reveal_req() argument
1025 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_req() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7484 const struct wpabuf *A_pub, const u8 *u) in dpp_pkex_build_commit_reveal_req()
7524 wpabuf_put_le16(clear, wpabuf_len(A_pub)); in dpp_pkex_build_commit_reveal_req()
7525 wpabuf_put_buf(clear, A_pub); in dpp_pkex_build_commit_reveal_req()
7603 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
7725 A_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0); in dpp_pkex_rx_exchange_resp()
7728 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
7732 addr[1] = wpabuf_head(A_pub); in dpp_pkex_rx_exchange_resp()
7733 len[1] = wpabuf_len(A_pub) / 2; in dpp_pkex_rx_exchange_resp()
7760 msg = dpp_pkex_build_commit_reveal_req(pkex, A_pub, u); in dpp_pkex_rx_exchange_resp()
7765 wpabuf_free(A_pub); in dpp_pkex_rx_exchange_resp()
7483 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, const struct wpabuf *A_pub, const u8 *u) dpp_pkex_build_commit_reveal_req() argument
7911 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_req() local
[all...]

Completed in 12 milliseconds