Increment the reference count on a fetched EVP_MAC.

Synopsis

Declared in <openssl/evp.h>

int
EVP_MAC_up_ref(EVP_MAC* mac);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

mac

MAC algorithm from EVP_MAC_fetch().

Created with MrDocs