EVP_MD_meth_get_flags

Return the flag bits configured on a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
unsigned long
EVP_MD_meth_get_flags(EVP_MD const* md);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Flag mask such as EVP_MD_FLAG_ONESHOT / EVP_MD_FLAG_XOF.

Parameters

NameDescription
mdDigest method to query.