Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rc4.c File Reference
#include "rc4.h"

Go to the source code of this file.

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)
 

Function Documentation

unsigned int rc4_byte ( PRC4Ext  pRC4)

Definition at line 61 of file rc4.c.

void rc4_encrypt ( PRC4Ext  pRC4,
unsigned char pbyDest,
unsigned char pbySrc,
unsigned int  cbData_len 
)

Definition at line 81 of file rc4.c.

void rc4_init ( PRC4Ext  pRC4,
unsigned char pbyKey,
unsigned int  cbKey_len 
)

Definition at line 35 of file rc4.c.