Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c704 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
842 X_pub = crypto_ec_key_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_exchange_resp()
843 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
857 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
858 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
890 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
1034 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
1116 X_pub = crypto_ec_key_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_req()
1117 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
1131 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
[all …]