Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchap_ms.c110 DesEncrypt(u_char *clear, u_char *key, u_char *cipher) in DesEncrypt() function
128 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
129 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse()
130 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()
411 DesEncrypt(salt, SECRET, hash); in mschap_LANMan()
412 DesEncrypt(salt, SECRET + 7, hash + 8); in mschap_LANMan()