pub unsafe extern "C" fn av_hmac_alloc(
type_: AVHMACType,
) -> *mut AVHMACExpand description
Allocate an AVHMAC context. @param type The hash function used for the HMAC.
pub unsafe extern "C" fn av_hmac_alloc(
type_: AVHMACType,
) -> *mut AVHMACAllocate an AVHMAC context. @param type The hash function used for the HMAC.