Searched refs:StdText (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dchap_ms.c29 * The hash text (StdText) was taken from Win95 RASAPI32.DLL.
260 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
278 DesEncrypt( StdText, UcasePassword + 0, PasswordHash + 0 );
279 DesEncrypt( StdText, UcasePassword + 7, PasswordHash + 8 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.c37 * The hash text (StdText) was taken from Win95 RASAPI32.DLL.
564 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
579 DesEncrypt( StdText, PasswordHash + 0 );
581 DesEncrypt( StdText, PasswordHash + 8 );

Completed in 114 milliseconds