API published in:
API deprecated in:
#include <openssl/opensslconf.h>
Go to the source code of this file.
Data Structures | |
struct | rc4_key_st |
Typedefs | |
typedef rc4_key_st | RC4_KEY |
Functions | |
IMPORT_C const char * | RC4_options (void) |
IMPORT_C void | RC4_set_key (RC4_KEY *key, int len, const unsigned char *data) |
IMPORT_C void | RC4 (RC4_KEY *key, unsigned long len, const unsigned char *indata, unsigned char *outdata) |
|
|
|
|