Searched refs:Y_pub (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_pkex.c | 697 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local 832 Y_pub = crypto_ec_key_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_exchange_resp() 834 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp() 845 addr[num_elem] = wpabuf_head(Y_pub); in dpp_pkex_rx_exchange_resp() 846 len[num_elem] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_exchange_resp() 882 wpabuf_free(Y_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 1106 Y_pub = crypto_ec_key_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_commit_reveal_req() 1108 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req() 1119 addr[num_elem] = wpabuf_head(Y_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 D | dpp.c | 7603 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; in dpp_pkex_rx_exchange_resp() local 7726 Y_pub = dpp_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_exchange_resp() 7728 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_exchange_resp() 7734 addr[2] = wpabuf_head(Y_pub); in dpp_pkex_rx_exchange_resp() 7735 len[2] = wpabuf_len(Y_pub) / 2; in dpp_pkex_rx_exchange_resp() 7767 wpabuf_free(Y_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 7992 Y_pub = dpp_get_pubkey_point(pkex->y, 0); in dpp_pkex_rx_commit_reveal_req() 7994 if (!A_pub || !Y_pub || !X_pub) in dpp_pkex_rx_commit_reveal_req() 8000 addr[2] = wpabuf_head(Y_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