Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c697 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
833 X_pub = crypto_ec_key_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_exchange_resp()
834 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
848 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
849 len[num_elem] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
881 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
1025 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
1107 X_pub = crypto_ec_key_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_req()
1108 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
1122 addr[num_elem] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
1207 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7603 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local
7727 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_exchange_resp()
7728 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp()
7736 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_exchange_resp()
7737 len[3] = wpabuf_len(X_pub) / 2; in dpp_pkex_rx_exchange_resp()
7766 wpabuf_free(X_pub); in dpp_pkex_rx_exchange_resp()
7911 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_commit_reveal_req() local
7993 X_pub = dpp_get_pubkey_point(pkex->x, 0); in dpp_pkex_rx_commit_reveal_req()
7994 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req()
8002 addr[3] = wpabuf_head(X_pub); in dpp_pkex_rx_commit_reveal_req()
8076 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; dpp_pkex_rx_commit_reveal_resp() local
[all...]

Completed in 11 milliseconds