Go to the documentation of this file.
40 unsigned char abystate[256];
43 void rc4_init(PRC4Ext pRC4,
unsigned char *pbyKey,
unsigned int cbKey_len);
45 void rc4_encrypt(PRC4Ext pRC4,
unsigned char *pbyDest,
unsigned char *pbySrc,
unsigned int cbData_len);