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

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c7604 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
7727 Y_pub = dpp_get_pubkey_point(pkex->y, 0);
7729 if (!A_pub || !Y_pub || !X_pub)
7735 addr[2] = wpabuf_head(Y_pub);
7736 len[2] = wpabuf_len(Y_pub) / 2;
7768 wpabuf_free(Y_pub);
7912 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
7993 Y_pub = dpp_get_pubkey_point(pkex->y, 0);
7995 if (!A_pub || !Y_pub || !X_pub)
8001 addr[2] = wpabuf_head(Y_pub);
8077 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
[all...]

Completed in 99 milliseconds