Set the input block size advertised by a custom EVP_MD method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_MD_meth_set_input_blocksize(
EVP_MD* md,
int blocksize);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Digest method being constructed. |
| blocksize | Block size in bytes (for example 64 for SHA-1). |