#include "includes.h"
#include "common.h"
#include "dh_groups.h"
#include "dh_group5.h"
Go to the source code of this file.
Functions | |
struct wpabuf * | dh5_derive_shared (void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) |
void | dh5_free (void *ctx) |
void * | dh5_init (struct wpabuf **priv, struct wpabuf **publ) |
struct wpabuf* dh5_derive_shared | ( | void * | ctx, | |
const struct wpabuf * | peer_public, | |||
const struct wpabuf * | own_private | |||
) | [read] |
Definition at line 31 of file dh_group5.c.
void dh5_free | ( | void * | ctx | ) |
Definition at line 38 of file dh_group5.c.
Definition at line 22 of file dh_group5.c.