wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dh_group5.h
Go to the documentation of this file.
1 
5 #ifndef DH_GROUP5_H
6 #define DH_GROUP5_H
7 
8 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
9 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
10 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public,
11  const struct wpabuf *own_private);
12 void dh5_free(void *ctx);
13 
14 #endif /* DH_GROUP5_H */
Definition: wpabuf.h:16