Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c94 static void DesEncrypt __P((u_char *, u_char *, u_char *));
139 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
140 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
141 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);
151 DesEncrypt(clear, key, cipher) in DesEncrypt() function
181 DesEncrypt(clear, key, cipher) in DesEncrypt() function
336 DesEncrypt( StdText, UcasePassword + 0, PasswordHash + 0 );
337 DesEncrypt( StdText, UcasePassword + 7, PasswordHash + 8 );