Return the provider that implements a MAC algorithm.
Declared in <openssl/evp.h>
OSSL_PROVIDER const*
EVP_MAC_get0_provider(EVP_MAC const* mac);
Provider pointer, or NULL if unavailable.
| Name | Description |
|---|---|
| mac | MAC method obtained from EVP_MAC_fetch(). |