Searched refs:X_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
7728 X_pub = dpp_get_pubkey_point(pkex->x, 0);
7729 if (!A_pub || !Y_pub || !X_pub)
7737 addr[3] = wpabuf_head(X_pub);
7738 len[3] = wpabuf_len(X_pub) / 2;
7767 wpabuf_free(X_pub);
7912 struct wpabuf *msg = NULL, *A_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
7994 X_pub = dpp_get_pubkey_point(pkex->x, 0);
7995 if (!A_pub || !Y_pub || !X_pub)
8003 addr[3] = wpabuf_head(X_pub);
8077 struct wpabuf *B_pub = NULL, *X_pub = NULL, *Y_pub = NULL; local
[all...]

Completed in 83 milliseconds