Searched refs:Cryptor (Results 1 – 1 of 1) sorted by relevance
33 word Cryptor; /* for use with Decrypt function */ member59 boot->Cryptor = CRYPT_STARTTERM; in StartDecryption()75 boot->Cryptor = (boot->Cryptor >> 1) ^ ((boot->Cryptor & 1U) ? CRYPT_FEEDTERM : 0); in DecryptBuf()76 *bufp++ ^= (uchar) boot->Cryptor; in DecryptBuf()