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

Name

Description

md

Digest method to query.

Created with MrDocs