Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c122 u_char ZPasswordHash[21]; local
124 BZERO(ZPasswordHash, sizeof(ZPasswordHash));
125 BCOPY(pwHash, ZPasswordHash, MD4_SIGNATURE_SIZE);
129 sizeof(ZPasswordHash), ZPasswordHash);
132 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
133 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
134 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);