#include <evp.h>
Data Fields | |
| 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] |
Definition at line 367 of file evp.h.
| unsigned char evp_cipher_ctx_st::oiv[EVP_MAX_IV_LENGTH] |
| unsigned char evp_cipher_ctx_st::iv[EVP_MAX_IV_LENGTH] |
| unsigned char evp_cipher_ctx_st::buf[EVP_MAX_BLOCK_LENGTH] |
| unsigned long evp_cipher_ctx_st::flags |
| unsigned char evp_cipher_ctx_st::final[EVP_MAX_BLOCK_LENGTH] |
1.5.6