Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c87 static void DesEncrypt __P((u_char *, u_char *, u_char *));
132 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
133 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
134 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);
144 DesEncrypt(clear, key, cipher) in DesEncrypt() function
174 DesEncrypt(clear, key, cipher) in DesEncrypt() function
329 DesEncrypt( StdText, UcasePassword + 0, PasswordHash + 0 );
330 DesEncrypt( StdText, UcasePassword + 7, PasswordHash + 8 );