|
Linux Kernel
3.7.1
|
#include "ttype.h"Go to the source code of this file.
Data Structures | |
| struct | RC4Ext |
Typedefs | |
| typedef struct RC4Ext * | PRC4Ext |
Functions | |
| void | rc4_init (PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) |
| unsigned int | rc4_byte (PRC4Ext pRC4) |
| void | rc4_encrypt (PRC4Ext pRC4, unsigned char *pbyDest, unsigned char *pbySrc, unsigned int cbData_len) |
1.8.2