EVP_MD_meth_get_final

Return the final callback from a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
int(*
EVP_MD_meth_get_final(EVP_MD const* md))(EVP_MD_CTX*, unsigned char*);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the finalization callback, or NULL if unset.

Parameters

NameDescription
mdDigest method to query.