Home
last modified time | relevance | path

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

/external/libppp/src/
Dchap_ms.c110 DesEncrypt(u_char *clear, u_char *key, u_char *cipher) in DesEncrypt() function
128 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
129 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse()
130 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse()
411 DesEncrypt(salt, SECRET, hash); in mschap_LANMan()
412 DesEncrypt(salt, SECRET + 7, hash + 8); in mschap_LANMan()
/external/ppp/pppd/
Dpppcrypt.c129 DesEncrypt(clear, cipher) in DesEncrypt() function
174 DesEncrypt(clear, cipher) in DesEncrypt() function
Dpppcrypt.h49 extern bool DesEncrypt __P((u_char *, u_char *));
Dchap_ms.c466 DesEncrypt(challenge, response + 0); in ChallengeResponse()
468 DesEncrypt(challenge, response + 8); in ChallengeResponse()
470 DesEncrypt(challenge, response + 16); in ChallengeResponse()
588 DesEncrypt( StdText, PasswordHash + 0 ); in ChapMS_LANMan()
590 DesEncrypt( StdText, PasswordHash + 8 ); in ChapMS_LANMan()
Deap.c780 if (!DesEncrypt(clear, cipher)) {
788 (void) DesEncrypt(cp, cipher);
800 (void) DesEncrypt(clear, cipher);