#include <assert.h>
#include <string.h>
#include <openssl/cipher.h>
#include <openssl/nid.h>
#include <openssl/rc4.h>
Go to the source code of this file.
Functions | |
const EVP_CIPHER * | EVP_rc4 (void) |
static int | rc4_cipher (EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, size_t in_len) |
static int | rc4_init_key (EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, int enc) |
Variables | |
static const EVP_CIPHER | rc4 |
const EVP_CIPHER* EVP_rc4 | ( | void | ) |
|
static |
|
static |