Searched defs:evp_cipher_ctx_st (Results 1 – 2 of 2) sorted by relevance
24 struct evp_cipher_ctx_st { struct25 const EVP_CIPHER *cipher;26 ENGINE *engine; /* functional reference if 'cipher' is28 int encrypt; /* encrypt or decrypt */29 int buf_len; /* number we have left */30 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */31 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */32 unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */33 int num; /* used by cfb/ofb/ctr mode */35 void *app_data; /* application stuff */[all …]
36 struct evp_cipher_ctx_st { struct37 const EVP_CIPHER *cipher;38 ENGINE *engine; /* functional reference if 'cipher' is40 int encrypt; /* encrypt or decrypt */41 int buf_len; /* number we have left */42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */43 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */44 unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */45 int num; /* used by cfb/ofb/ctr mode */47 void *app_data; /* application stuff */[all …]