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

Name

Description

md

Digest method to query.

Created with MrDocs