Functions
mschapv2.c File Reference
#include "includes.h"
#include "common.h"
#include "crypto/ms_funcs.h"
#include "mschapv2.h"
Include dependency graph for mschapv2.c:

Go to the source code of this file.

Functions

int mschapv2_derive_response (const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key)
const u8 * mschapv2_remove_domain (const u8 *username, size_t *len)
int mschapv2_verify_auth_response (const u8 *auth_response, const u8 *buf, size_t buf_len)

Function Documentation

int mschapv2_derive_response ( const u8 *  identity,
size_t  identity_len,
const u8 *  password,
size_t  password_len,
int  pwhash,
const u8 *  auth_challenge,
const u8 *  peer_challenge,
u8 *  nt_response,
u8 *  auth_response,
u8 *  master_key 
)

Definition at line 42 of file mschapv2.c.

const u8* mschapv2_remove_domain ( const u8 *  username,
size_t *  len 
)

Definition at line 21 of file mschapv2.c.

int mschapv2_verify_auth_response ( const u8 *  auth_response,
const u8 *  buf,
size_t  buf_len 
)

Definition at line 111 of file mschapv2.c.



wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:39