Return the provider that implements a MAC algorithm.

Synopsis

Declared in <openssl/evp.h>

OSSL_PROVIDER const*
EVP_MAC_get0_provider(EVP_MAC const* mac);

Return Value

Provider pointer, or NULL if unavailable.

Parameters

Name

Description

mac

MAC method obtained from EVP_MAC_fetch().

Created with MrDocs