|
cryptlib
3.4.1
|
#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) |
| typedef struct rc4_key_st RC4_KEY |
| void ASM_EXPORT RC4 | ( | RC4_KEY * | key, |
| unsigned long | len, | ||
| const unsigned char * | indata, | ||
| unsigned char * | outdata | ||
| ) |
1.8.2