5 RCSIDH(mschap_h,
"$Id: c849ed3279763ae9ebdea57b75a711994549f3a6 $")
7 #define NT_DIGEST_LENGTH 16
8 #define LM_DIGEST_LENGTH 16
9 #define MSCHAP_CHALLENGE_LENGTH 8
10 #define MSCHAP_PEER_CHALLENGE_LENGTH 16
11 #define MSCHAP_PEER_AUTHENTICATOR_CHALLENGE_LENGTH 16
19 char const *user_name,
size_t user_name_len);
void mschap_auth_response(char const *use_rname, size_t user_name_len, uint8_t const *nt_hash_hash, uint8_t const *ntresponse, uint8_t const *peer_challenge, uint8_t const *auth_challenge, char *response)
#define MSCHAP_CHALLENGE_LENGTH
#define MSCHAP_PEER_CHALLENGE_LENGTH
void mschap_add_reply(request_t *request, unsigned char ident, fr_dict_attr_t const *da, char const *value, size_t len)
#define MSCHAP_PEER_AUTHENTICATOR_CHALLENGE_LENGTH
int mschap_nt_password_hash(uint8_t out[static NT_DIGEST_LENGTH], char const *password)
Converts Unicode password to 16-byte NT hash with MD4.
void mschap_challenge_hash(uint8_t challenge[static MSCHAP_CHALLENGE_LENGTH], uint8_t const peer_challenge[static MSCHAP_PEER_CHALLENGE_LENGTH], uint8_t const auth_challenge[static MSCHAP_PEER_AUTHENTICATOR_CHALLENGE_LENGTH], char const *user_name, size_t user_name_len)
static size_t char ** out