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, PBYTE pbyKey, unsigned int cbKey_len) |
unsigned int | rc4_byte (PRC4Ext pRC4) |
void | rc4_encrypt (PRC4Ext pRC4, PBYTE pbyDest, PBYTE pbySrc, unsigned int cbData_len) |