OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Typedefs | Functions
rc4.h File Reference
#include <openssl/opensslconf.h>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  rc4_key_st
 

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 private_RC4_set_key (RC4_KEY *key, int len, const unsigned char *data)
 
void RC4 (RC4_KEY *key, size_t len, const unsigned char *indata, unsigned char *outdata)
 

Typedef Documentation

typedef struct rc4_key_st RC4_KEY

Function Documentation

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

Definition at line 88 of file rc4_skey.c.

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

Definition at line 70 of file rc4_enc.c.

const char* RC4_options ( void  )

Definition at line 65 of file rc4_skey.c.

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

Definition at line 56 of file rc4_utl.c.