Home
last modified time | relevance | path

Searched refs:ZPasswordHash (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dchap_ms.c123 char ZPasswordHash[21]; in ChallengeResponse() local
125 memset(ZPasswordHash, '\0', sizeof ZPasswordHash); in ChallengeResponse()
126 memcpy(ZPasswordHash, pwHash, 16); in ChallengeResponse()
128 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
129 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse()
130 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()