|
wpa_supplicant / hostapd 2.0
|
00001 00010 #ifndef DH_GROUP5_H 00011 #define DH_GROUP5_H 00012 00013 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ); 00014 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, 00015 const struct wpabuf *own_private); 00016 void dh5_free(void *ctx); 00017 00018 #endif /* DH_GROUP5_H */ 00019
1.7.3