Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dchpms.c147 u_char ZPasswordHash[21]; in ChallengeResponse() local
149 BZERO(ZPasswordHash, sizeof(ZPasswordHash)); in ChallengeResponse()
150 BCOPY(pwHash, ZPasswordHash, 16); in ChallengeResponse()
153 log_packet(ZPasswordHash, sizeof(ZPasswordHash), "ChallengeResponse - ZPasswordHash", LOG_DEBUG); in ChallengeResponse()
156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
157 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse()
158 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()