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

/drivers/staging/vt6655/
H A Drc4.h41 } RC4Ext, *PRC4Ext; typedef in typeref:struct:__anon6911
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_len);
H A Drc4.c35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len)
61 unsigned int rc4_byte(PRC4Ext pRC4)
81 void rc4_encrypt(PRC4Ext pRC4, unsigned char *pbyDest,

Completed in 71 milliseconds