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

Name

Description

mac

MAC algorithm to query.

Created with MrDocs