EVP_MD_meth_get_input_blocksize

Return the input block size previously set on a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Input block size in bytes, or 0 if unset.

Parameters

NameDescription
mdDigest method to query.