cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Classes | Macros | Typedefs | Functions
rc4.h File Reference
#include "crypt/osconfig.h"

Go to the source code of this file.

Classes

struct  rc4_key_st
 

Macros

#define RC4_INT   unsigned int
 

Typedefs

typedef struct rc4_key_st RC4_KEY
 

Functions

const char * RC4_options (void)
 
void RC4_set_key (RC4_KEY *key, int len, const unsigned char *data)
 
void ASM_EXPORT RC4 (RC4_KEY *key, unsigned long len, const unsigned char *indata, unsigned char *outdata)
 

Macro Definition Documentation

#define RC4_INT   unsigned int

Definition at line 77 of file rc4.h.

Typedef Documentation

typedef struct rc4_key_st RC4_KEY

Function Documentation

void ASM_EXPORT RC4 ( RC4_KEY key,
unsigned long  len,
const unsigned char *  indata,
unsigned char *  outdata 
)

Definition at line 77 of file rc4enc.c.

const char* RC4_options ( void  )

Definition at line 69 of file rc4skey.c.

void RC4_set_key ( RC4_KEY key,
int  len,
const unsigned char *  data 
)

Definition at line 92 of file rc4skey.c.