Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Drc4.c61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte() function
86 pbyDest[ii] = (unsigned char)(pbySrc[ii] ^ rc4_byte(pRC4)); in rc4_encrypt()
Drc4.h44 unsigned int rc4_byte(PRC4Ext pRC4);
/linux-2.6.39/drivers/staging/vt6656/
Drc4.c61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte() function
86 pbyDest[ii] = (BYTE)(pbySrc[ii] ^ rc4_byte(pRC4)); in rc4_encrypt()
Drc4.h44 unsigned int rc4_byte(PRC4Ext pRC4);