Linux Kernel
3.7.1
|
#include "rc4.h"
Go to the source code of this file.
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) |