Searched refs:DesEncrypt (Results 1 – 5 of 5) sorted by relevance
/external/libppp/src/ |
D | chap_ms.c | 110 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/ |
D | pppcrypt.c | 129 DesEncrypt(clear, cipher) in DesEncrypt() function 174 DesEncrypt(clear, cipher) in DesEncrypt() function
|
D | pppcrypt.h | 49 extern bool DesEncrypt __P((u_char *, u_char *));
|
D | chap_ms.c | 466 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()
|
D | eap.c | 780 if (!DesEncrypt(clear, cipher)) { 788 (void) DesEncrypt(cp, cipher); 800 (void) DesEncrypt(clear, cipher);
|