EVP_MAC_get0_description

Return a human-readable description of a MAC algorithm.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_MAC_get0_description(EVP_MAC const* mac);

Return Value

Internal description string (do not free), or NULL if none is provided.

Parameters

NameDescription
macMAC algorithm to query.