Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Drc4.h41 } RC4Ext, *PRC4Ext; typedef
43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
44 unsigned int rc4_byte(PRC4Ext pRC4);
45 void rc4_encrypt(PRC4Ext pRC4, unsigned char *pbyDest, unsigned char *pbySrc, unsigned int cbData_l…
Drc4.c35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) in rc4_init()
61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte()
81 void rc4_encrypt(PRC4Ext pRC4, unsigned char *pbyDest, in rc4_encrypt()
/linux-2.6.39/drivers/staging/vt6656/
Drc4.h41 } RC4Ext, *PRC4Ext; typedef
43 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len);
44 unsigned int rc4_byte(PRC4Ext pRC4);
45 void rc4_encrypt(PRC4Ext pRC4, PBYTE pbyDest, PBYTE pbySrc,
Drc4.c35 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len) in rc4_init()
61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte()
81 void rc4_encrypt(PRC4Ext pRC4, PBYTE pbyDest, in rc4_encrypt()