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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_boot.c33 unsigned short Cryptor; /* for use with Decrypt function */ member in struct:boot_data
59 boot->Cryptor = CRYPT_STARTTERM;
67 /* global Cryptor is started for whole POF. */
75 boot->Cryptor = (boot->Cryptor >> 1) ^ ((boot->Cryptor & 1U) ? CRYPT_FEEDTERM : 0);
76 *bufp++ ^= (unsigned char)boot->Cryptor;

Completed in 327 milliseconds