Searched defs:evp_cipher_ctx_st (Results 1 – 1 of 1) sorted by relevance
448 struct evp_cipher_ctx_st { struct450 const EVP_CIPHER *cipher;453 void *app_data; /* application stuff */456 void *cipher_data;460 unsigned key_len;463 int encrypt;466 uint32_t flags;469 uint8_t oiv[EVP_MAX_IV_LENGTH];472 uint8_t iv[EVP_MAX_IV_LENGTH];476 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]