Searched defs:evp_cipher_ctx_st (Results 1 – 1 of 1) sorted by relevance
449 struct evp_cipher_ctx_st { struct451 const EVP_CIPHER *cipher;454 void *app_data; /* application stuff */457 void *cipher_data;461 unsigned key_len;464 int encrypt;467 uint32_t flags;470 uint8_t oiv[EVP_MAX_IV_LENGTH];473 uint8_t iv[EVP_MAX_IV_LENGTH];477 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]