Lines Matching refs:Y_pub
704 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
841 Y_pub = crypto_ec_key_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_exchange_resp()
843 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
854 addr[num_elem] = wpabuf_head(Y_pub); in dpp_pkex_rx_exchange_resp()
855 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_exchange_resp()
891 wpabuf_free(Y_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
1115 Y_pub = crypto_ec_key_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_commit_reveal_req()
1117 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
1128 addr[num_elem] = wpabuf_head(Y_pub); in dpp_pkex_rx_commit_reveal_req()
1129 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1174 addr[num_elem] = wpabuf_head(Y_pub); in dpp_pkex_rx_commit_reveal_req()
1175 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_req()
1191 wpabuf_free(Y_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
1295 Y_pub = crypto_ec_key_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_commit_reveal_resp()
1296 if (!B_pub || !X_pub || !Y_pub) in dpp_pkex_rx_commit_reveal_resp()
1310 addr[num_elem] = wpabuf_head(Y_pub); in dpp_pkex_rx_commit_reveal_resp()
1311 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_commit_reveal_resp()
1334 wpabuf_free(Y_pub); in dpp_pkex_rx_commit_reveal_resp()