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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c34 * The hash text (StdText) was taken from Win95 RASAPI32.DLL.
318 static u_char *StdText = (u_char *)"KGS!@#$%"; /* key from rasapi32.dll */ variable
336 DesEncrypt( StdText, UcasePassword + 0, PasswordHash + 0 );
337 DesEncrypt( StdText, UcasePassword + 7, PasswordHash + 8 );

Completed in 58 milliseconds