Searched refs:DesEncrypt (Results 1 – 1 of 1) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | chpms.c | 117 static void DesEncrypt (u_char *, u_char *, u_char *); 156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse() 157 DesEncrypt(challenge, ZPasswordHash + 7, response + 8); in ChallengeResponse() 158 DesEncrypt(challenge, ZPasswordHash + 14, response + 16); in ChallengeResponse() 168 DesEncrypt( u_char *clear, /* IN 8 octets */ in DesEncrypt() function 199 DesEncrypt( u_char *clear, /* IN 8 octets */ in DesEncrypt() function 359 DesEncrypt( StdText, UcasePassword + 0, PasswordHash + 0 ); in ChapMS_LANMan() 360 DesEncrypt( StdText, UcasePassword + 7, PasswordHash + 8 ); in ChapMS_LANMan()
|