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

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c7485 const struct wpabuf *A_pub, const u8 *u)
7525 wpabuf_put_le16(clear, wpabuf_len(A_pub));
7526 wpabuf_put_buf(clear, A_pub);
7604 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
7726 A_pub = dpp_get_pubkey_point(pkex->own_bi->pubkey, 0);
7729 if (!A_pub || !Y_pub || !X_pub)
7733 addr[1] = wpabuf_head(A_pub);
7734 len[1] = wpabuf_len(A_pub) / 2;
7761 msg = dpp_pkex_build_commit_reveal_req(pkex, A_pub, u);
7766 wpabuf_free(A_pub);
7484 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, const struct wpabuf *A_pub, const u8 *u) argument
7912 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
[all...]

Completed in 95 milliseconds