Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchpms.c341 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
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 Dchap_ms.c610 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
628 lwip_des_crypt_ecb(&des, StdText, PasswordHash +0); in ChapMS_LANMan()
634 lwip_des_crypt_ecb(&des, StdText, PasswordHash +8); in ChapMS_LANMan()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap_ms.c610 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
628 lwip_des_crypt_ecb(&des, StdText, PasswordHash +0); in ChapMS_LANMan()
634 lwip_des_crypt_ecb(&des, StdText, PasswordHash +8); in ChapMS_LANMan()

Completed in 27 milliseconds