Set the init callback on a custom EVP_MD method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_MD_meth_set_init(
EVP_MD* md,
int(* init)(EVP_MD_CTX*));
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Digest method being constructed. |
| init | Callback invoked to start a digest operation on a context. |