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

  /external/ppp/pppd/
pppcrypt.h 49 extern bool DesEncrypt __P((u_char *, u_char *));
pppcrypt.c 129 DesEncrypt(clear, cipher)
174 DesEncrypt(clear, cipher)
chap_ms.c 466 DesEncrypt(challenge, response + 0);
468 DesEncrypt(challenge, response + 8);
470 DesEncrypt(challenge, response + 16);
588 DesEncrypt( StdText, PasswordHash + 0 );
590 DesEncrypt( StdText, PasswordHash + 8 );
eap.c 780 if (!DesEncrypt(clear, cipher)) {
788 (void) DesEncrypt(cp, cipher);
800 (void) DesEncrypt(clear, cipher);
    [all...]

Completed in 378 milliseconds