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

/freebsd-12-stable/usr.sbin/ppp/
H A Dchap_ms.c125 char ZPasswordHash[21]; local
127 memset(ZPasswordHash, '\0', sizeof ZPasswordHash);
128 memcpy(ZPasswordHash, pwHash, 16);
130 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
131 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
132 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);

Completed in 102 milliseconds