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

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

Completed in 108 milliseconds