Home
last modified time | relevance | path

Searched defs:evp_cipher_ctx_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_locl.h154 struct evp_cipher_ctx_st { struct
155 const EVP_CIPHER *cipher;
156 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
157 int encrypt; /* encrypt or decrypt */
158 int buf_len; /* number we have left */
160 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
161 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
162 unsigned char buf[EVP_MAX_BLOCK_LENGTH];/* saved partial block */
163 int num; /* used by cfb/ofb/ctr mode */
165 void *app_data; /* application stuff */
[all …]