Searched refs:ZPasswordHash (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | chap_ms.c | 125 char ZPasswordHash[21]; in ChallengeResponse() local 127 memset(ZPasswordHash, '\0', sizeof ZPasswordHash); in ChallengeResponse() 128 memcpy(ZPasswordHash, pwHash, 16); in ChallengeResponse() 130 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse() 131 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse() 132 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()
|