Searched refs:passwordHash (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dchap_ms.c387 /* passwordHash 16-bytes MD4 hashed password
389 since passwordHash is in a 24-byte buffer, response is written in there */
391 mschap_NT(char *passwordHash, char *challenge) argument
395 ChallengeResponse(challenge, passwordHash, response);
396 memcpy(passwordHash, response, 24);
397 passwordHash[24] = 1; /* NT-style response */

Completed in 107 milliseconds