eap_tls.c File Reference
#include "includes.h"
#include "common.h"
#include "crypto/tls.h"
#include "eap_i.h"
#include "eap_tls_common.h"
#include "eap_config.h"
Go to the source code of this file.
Classes |
struct | eap_tls_data |
Functions |
int | eap_peer_tls_register (void) |
static void | eap_tls_deinit (struct eap_sm *sm, void *priv) |
static void | eap_tls_deinit_for_reauth (struct eap_sm *sm, void *priv) |
static struct wpabuf * | eap_tls_failure (struct eap_sm *sm, struct eap_tls_data *data, struct eap_method_ret *ret, int res, struct wpabuf *resp, u8 id) |
static u8 * | eap_tls_get_emsk (struct eap_sm *sm, void *priv, size_t *len) |
static int | eap_tls_get_status (struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) |
static u8 * | eap_tls_getKey (struct eap_sm *sm, void *priv, size_t *len) |
static Boolean | eap_tls_has_reauth_data (struct eap_sm *sm, void *priv) |
static void * | eap_tls_init (struct eap_sm *sm) |
static void * | eap_tls_init_for_reauth (struct eap_sm *sm, void *priv) |
static Boolean | eap_tls_isKeyAvailable (struct eap_sm *sm, void *priv) |
static struct wpabuf * | eap_tls_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
static void | eap_tls_success (struct eap_sm *sm, struct eap_tls_data *data, struct eap_method_ret *ret) |
Function Documentation
int eap_peer_tls_register |
( |
void |
|
) |
|
static void eap_tls_deinit |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static void eap_tls_deinit_for_reauth |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static u8* eap_tls_get_emsk |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv, |
|
|
size_t * |
len | |
|
) |
| | [static] |
static int eap_tls_get_status |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv, |
|
|
char * |
buf, |
|
|
size_t |
buflen, |
|
|
int |
verbose | |
|
) |
| | [static] |
static u8* eap_tls_getKey |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv, |
|
|
size_t * |
len | |
|
) |
| | [static] |
static Boolean eap_tls_has_reauth_data |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static void* eap_tls_init |
( |
struct eap_sm * |
sm |
) |
[static] |
static void* eap_tls_init_for_reauth |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static Boolean eap_tls_isKeyAvailable |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |