Set how many bytes of cipher-specific context storage to allocate (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_CIPHER_meth_set_impl_ctx_size(
EVP_CIPHER* cipher,
int ctx_size);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| cipher | Custom cipher method to update. |
| ctx_size | Size in bytes of the implementation context allocated with each EVP_CIPHER_CTX. |