EVP_MD_meth_get_update

Return the update callback previously set on a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
int(*
EVP_MD_meth_get_update(EVP_MD const* md))(EVP_MD_CTX*, void const*, size_t);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the update function, or NULL if unset.

Parameters

NameDescription
mdDigest method to query.