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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Drc4.h44 unsigned int rc4_byte(PRC4Ext pRC4);
H A Drc4.c61 unsigned int rc4_byte(PRC4Ext pRC4) function
86 pbyDest[ii] = (unsigned char)(pbySrc[ii] ^ rc4_byte(pRC4));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drc4.h44 unsigned int rc4_byte(PRC4Ext pRC4);
H A Drc4.c61 unsigned int rc4_byte(PRC4Ext pRC4) function
86 pbyDest[ii] = (BYTE)(pbySrc[ii] ^ rc4_byte(pRC4));

Completed in 114 milliseconds