Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dpppcrypt.c148 DesEncrypt(clear, cipher) in DesEncrypt() function
193 DesEncrypt(clear, cipher) in DesEncrypt() function
227 DesEncrypt(clear, cipher) in DesEncrypt() function
229 DesEncrypt(clear, key, cipher) in DesEncrypt()
Dchap_ms.c526 DesEncrypt(challenge, response + 0); in ChallengeResponse()
528 DesEncrypt(challenge, response + 8); in ChallengeResponse()
530 DesEncrypt(challenge, response + 16); in ChallengeResponse()
653 DesEncrypt( StdText, PasswordHash + 0 ); in ChapMS_LANMan()
655 DesEncrypt( StdText, PasswordHash + 8 ); in ChapMS_LANMan()
Dpppcrypt.h37 extern bool DesEncrypt __P((u_char *, u_char *));
Deap.c780 if (!DesEncrypt(clear, cipher)) {
788 (void) DesEncrypt(cp, cipher);
800 (void) DesEncrypt(clear, cipher);