Searched refs:pbyDest (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.h45 void rc4_encrypt(PRC4Ext pRC4, unsigned char *pbyDest, unsigned char *pbySrc, unsigned int cbData_len);
H A Drc4.c81 void rc4_encrypt(PRC4Ext pRC4, unsigned char *pbyDest, argument
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.h45 void rc4_encrypt(PRC4Ext pRC4, PBYTE pbyDest, PBYTE pbySrc,
H A Drc4.c81 void rc4_encrypt(PRC4Ext pRC4, PBYTE pbyDest, argument
86 pbyDest[ii] = (BYTE)(pbySrc[ii] ^ rc4_byte(pRC4));

Completed in 107 milliseconds