2RCSIDH(eap_md5_h, 
"$Id: c78cda6c49b1a6119d634389b9f1e93e944f3ad3 $")
 
    4#include <freeradius-devel/eap/base.h> 
    6#define FR_MD5_CHALLENGE        1 
    7#define FR_MD5_RESPONSE         2 
    8#define FR_MD5_SUCCESS          3 
    9#define FR_MD5_FAILURE          4 
   10#define FR_MD5_MAX_CODES        4 
   12#define MD5_HEADER_LEN          4 
   13#define MD5_CHALLENGE_LEN       16 
Contains a pair of request and response packets.
int eap_md5_compose(eap_round_t *auth, MD5_PACKET *reply)
int eap_md5_verify(request_t *request, MD5_PACKET *pkt, fr_pair_t *pwd, uint8_t *ch)
MD5_PACKET * eap_md5_extract(request_t *request, eap_round_t *auth)
Stores an attribute, a value and various bits of other data.