Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dchap_ms.c112 DesEncrypt(u_char *clear, u_char *key, u_char *cipher) in DesEncrypt() function
130 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
131 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse()
132 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()
413 DesEncrypt(salt, SECRET, hash); in mschap_LANMan()
414 DesEncrypt(salt, SECRET + 7, hash + 8); in mschap_LANMan()