Lines Matching refs:ZPasswordHash
129 u_char ZPasswordHash[21];
131 BZERO(ZPasswordHash, sizeof(ZPasswordHash));
132 BCOPY(pwHash, ZPasswordHash, MD4_SIGNATURE_SIZE);
135 dbglog("ChallengeResponse - ZPasswordHash %.*B",
136 sizeof(ZPasswordHash), ZPasswordHash);
139 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
140 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
141 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);