Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_boot.c33 word Cryptor; /* for use with Decrypt function */ member
59 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()