Set the private context data size for a custom EVP_MD method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_MD_meth_set_app_datasize(
EVP_MD* md,
int datasize);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Digest method being constructed. |
| datasize | Number of bytes of application data to allocate with each EVP_MD_CTX. |