EVP_CIPHER_impl_ctx_size

Return the size of the cipher's legacy implementation context (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
int
EVP_CIPHER_impl_ctx_size(EVP_CIPHER const* cipher);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Context size in bytes expected by the method's init/do_cipher callbacks.

Parameters

NameDescription
cipherCipher method to query.