#include <cipher.h>
Public Attributes | |
void * | app_data |
uint8_t | buf [EVP_MAX_BLOCK_LENGTH] |
int | buf_len |
const EVP_CIPHER * | cipher |
void * | cipher_data |
int | encrypt |
uint8_t | final [EVP_MAX_BLOCK_LENGTH] |
int | final_used |
uint32_t | flags |
uint8_t | iv [EVP_MAX_IV_LENGTH] |
unsigned | key_len |
unsigned | num |
uint8_t | oiv [EVP_MAX_IV_LENGTH] |
uint8_t evp_cipher_ctx_st::buf[EVP_MAX_BLOCK_LENGTH] |
const EVP_CIPHER* evp_cipher_ctx_st::cipher |
uint8_t evp_cipher_ctx_st::final[EVP_MAX_BLOCK_LENGTH] |
uint8_t evp_cipher_ctx_st::iv[EVP_MAX_IV_LENGTH] |
uint8_t evp_cipher_ctx_st::oiv[EVP_MAX_IV_LENGTH] |