EVP_MD_meth_get_app_datasize

Return the application-data size reserved by a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
int
EVP_MD_meth_get_app_datasize(EVP_MD const* md);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Size in bytes previously set with EVP_MD_meth_set_app_datasize().

Parameters

NameDescription
mdDigest method to query.