Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp.h427 struct evp_cipher_ctx_st { struct
428 const EVP_CIPHER *cipher;
431 int encrypt; /* encrypt or decrypt */
432 int buf_len; /* number we have left */
433 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
434 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
437 void *app_data; /* application stuff */
439 unsigned long flags; /* Various flags */
440 void *cipher_data; /* per EVP data */
441 int final_used;
[all …]