Lines Matching refs:X_pub
704 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()
1132 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1171 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
1172 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1190 wpabuf_free(X_pub); in dpp_pkex_rx_commit_reveal_req()
1216 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_resp() local
1294 X_pub = crypto_ec_key_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_resp()
1296 if (!B_pub || !X_pub || !Y_pub) in dpp_pkex_rx_commit_reveal_resp()
1307 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_resp()
1308 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()
1333 wpabuf_free(X_pub); in dpp_pkex_rx_commit_reveal_resp()