#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include "evp_locl.h"
#include <openssl/objects.h>
#include <openssl/rc4.h>
Go to the source code of this file.
Classes | |
struct | EVP_RC4_KEY |
Macros | |
#define | EVP_RC4_KEY_SIZE 16 |
#define | data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data) |
Functions | |
const EVP_CIPHER * | EVP_rc4 (void) |
const EVP_CIPHER * | EVP_rc4_40 (void) |
#define data | ( | ctx | ) | ((EVP_RC4_KEY *)(ctx)->cipher_data) |
const EVP_CIPHER* EVP_rc4 | ( | void | ) |
const EVP_CIPHER* EVP_rc4_40 | ( | void | ) |