The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/eap/base.h>
Go to the source code of this file.
Data Structures | |
struct | MD5_PACKET |
struct | md5_packet_t |
Macros | |
#define | FR_MD5_CHALLENGE 1 |
#define | FR_MD5_FAILURE 4 |
#define | FR_MD5_MAX_CODES 4 |
#define | FR_MD5_RESPONSE 2 |
#define | FR_MD5_SUCCESS 3 |
#define | MD5_CHALLENGE_LEN 16 |
#define | MD5_HEADER_LEN 4 |
Functions | |
int | eap_md5_compose (eap_round_t *auth, MD5_PACKET *reply) |
MD5_PACKET * | eap_md5_extract (request_t *request, eap_round_t *auth) |
int | eap_md5_verify (request_t *request, MD5_PACKET *pkt, fr_pair_t *pwd, uint8_t *ch) |
struct MD5_PACKET |
struct md5_packet_t |
int eap_md5_compose | ( | eap_round_t * | auth, |
MD5_PACKET * | reply | ||
) |
MD5_PACKET* eap_md5_extract | ( | request_t * | request, |
eap_round_t * | auth | ||
) |