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

Go to the source code of this file.

Data Structures

struct  RC4Ext
 

Typedefs

typedef struct RC4ExtPRC4Ext
 

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)
 

Typedef Documentation

typedef struct RC4Ext * PRC4Ext

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.