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