dh_group5.h

Go to the documentation of this file.
00001 
00016 #ifndef DH_GROUP5_H
00017 #define DH_GROUP5_H
00018 
00019 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
00020 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public,
00021                                   const struct wpabuf *own_private);
00022 void dh5_free(void *ctx);
00023 
00024 #endif /* DH_GROUP5_H */
00025 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:50 2009 for hostapd by  doxygen 1.6.1