Searched refs:passwordHash (Results 1 – 1 of 1) sorted by relevance
389 mschap_NT(char *passwordHash, char *challenge) in mschap_NT() argument393 ChallengeResponse(challenge, passwordHash, response); in mschap_NT()394 memcpy(passwordHash, response, 24); in mschap_NT()395 passwordHash[24] = 1; /* NT-style response */ in mschap_NT()