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 struct rc4_key_st RC4_KEY |
Definition at line 88 of file rc4_skey.c.
const char* RC4_options | ( | void | ) |
Definition at line 65 of file rc4_skey.c.