HomeSort by relevance Sort by last modified time
    Searched refs:DesEncrypt (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
pppcrypt.h 37 extern bool DesEncrypt __P((u_char *, u_char *));
pppcrypt.c 148 DesEncrypt(clear, cipher)
193 DesEncrypt(clear, cipher)
227 DesEncrypt(clear, cipher)
229 DesEncrypt(clear, key, cipher)
chap_ms.c 526 DesEncrypt(challenge, response + 0);
528 DesEncrypt(challenge, response + 8);
530 DesEncrypt(challenge, response + 16);
653 DesEncrypt( StdText, PasswordHash + 0 );
655 DesEncrypt( StdText, PasswordHash + 8 );
eap.c 780 if (!DesEncrypt(clear, cipher)) {
788 (void) DesEncrypt(cp, cipher);
800 (void) DesEncrypt(clear, cipher);
    [all...]

Completed in 60 milliseconds