Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A 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()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap_ms.c499 u_char ZPasswordHash[21]; in ChallengeResponse() local
503 BZERO(ZPasswordHash, sizeof(ZPasswordHash)); in ChallengeResponse()
504 MEMCPY(ZPasswordHash, PasswordHash, MD4_SIGNATURE_SIZE); in ChallengeResponse()
508 sizeof(ZPasswordHash), ZPasswordHash); in ChallengeResponse()
511 pppcrypt_56_to_64_bit_key(ZPasswordHash + 0, des_key); in ChallengeResponse()
517 pppcrypt_56_to_64_bit_key(ZPasswordHash + 7, des_key); in ChallengeResponse()
523 pppcrypt_56_to_64_bit_key(ZPasswordHash + 14, des_key); in ChallengeResponse()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap_ms.c499 u_char ZPasswordHash[21]; in ChallengeResponse() local
503 BZERO(ZPasswordHash, sizeof(ZPasswordHash)); in ChallengeResponse()
504 MEMCPY(ZPasswordHash, PasswordHash, MD4_SIGNATURE_SIZE); in ChallengeResponse()
508 sizeof(ZPasswordHash), ZPasswordHash); in ChallengeResponse()
511 pppcrypt_56_to_64_bit_key(ZPasswordHash + 0, des_key); in ChallengeResponse()
517 pppcrypt_56_to_64_bit_key(ZPasswordHash + 7, des_key); in ChallengeResponse()
523 pppcrypt_56_to_64_bit_key(ZPasswordHash + 14, des_key); in ChallengeResponse()

Completed in 6 milliseconds