Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchpms.c117 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()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deap.c788 if (!DesEncrypt(clear, cipher)) { in eap_send_request()
797 (void) DesEncrypt(cp, cipher); in eap_send_request()
807 (void) DesEncrypt(clear, cipher); in eap_send_request()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deap.c788 if (!DesEncrypt(clear, cipher)) { in eap_send_request()
797 (void) DesEncrypt(cp, cipher); in eap_send_request()
807 (void) DesEncrypt(clear, cipher); in eap_send_request()

Completed in 9 milliseconds