Eneboo - Documentación para desarrolladores
|
#include <evp.h>
Atributos públicos | |
const EVP_CIPHER * | cipher |
ENGINE * | engine |
int | encrypt |
int | buf_len |
unsigned char | oiv [EVP_MAX_IV_LENGTH] |
unsigned char | iv [EVP_MAX_IV_LENGTH] |
unsigned char | buf [EVP_MAX_BLOCK_LENGTH] |
int | num |
void * | app_data |
int | key_len |
unsigned long | flags |
void * | cipher_data |
int | final_used |
int | block_mask |
unsigned char | final [EVP_MAX_BLOCK_LENGTH] |
void * evp_cipher_ctx_st::app_data |
unsigned char evp_cipher_ctx_st::buf |
const EVP_CIPHER * evp_cipher_ctx_st::cipher |
unsigned char evp_cipher_ctx_st::final |
unsigned long evp_cipher_ctx_st::flags |
unsigned char evp_cipher_ctx_st::iv |
unsigned char evp_cipher_ctx_st::oiv |