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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 163 milliseconds