Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/engine.h>
#include "evp_locl.h"
'defines' | |
#define | do_engine_finish ENGINE_finish |
Funciones | |
void | EVP_CIPHER_CTX_init (EVP_CIPHER_CTX *ctx) |
int | EVP_CipherInit_ex (EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) |
int | EVP_CIPHER_CTX_cleanup (EVP_CIPHER_CTX *c) |
int | EVP_Cipher (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) |
int | EVP_CIPHER_CTX_ctrl (EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) |
unsigned long | EVP_CIPHER_CTX_flags (const EVP_CIPHER_CTX *ctx) |
int | EVP_CIPHER_CTX_iv_length (const EVP_CIPHER_CTX *ctx) |
int | EVP_CIPHER_nid (const EVP_CIPHER *cipher) |
#define do_engine_finish ENGINE_finish |
int EVP_Cipher | ( | EVP_CIPHER_CTX * | ctx, |
unsigned char * | out, | ||
const unsigned char * | in, | ||
unsigned int | inl | ||
) |
int EVP_CIPHER_CTX_cleanup | ( | EVP_CIPHER_CTX * | c | ) |
int EVP_CIPHER_CTX_ctrl | ( | EVP_CIPHER_CTX * | ctx, |
int | type, | ||
int | arg, | ||
void * | ptr | ||
) |
unsigned long EVP_CIPHER_CTX_flags | ( | const EVP_CIPHER_CTX * | ctx | ) |
void EVP_CIPHER_CTX_init | ( | EVP_CIPHER_CTX * | ctx | ) |
int EVP_CIPHER_CTX_iv_length | ( | const EVP_CIPHER_CTX * | ctx | ) |
int EVP_CIPHER_nid | ( | const EVP_CIPHER * | cipher | ) |
int EVP_CipherInit_ex | ( | EVP_CIPHER_CTX * | ctx, |
const EVP_CIPHER * | cipher, | ||
ENGINE * | impl, | ||
const unsigned char * | key, | ||
const unsigned char * | iv, | ||
int | enc | ||
) |