跳到主要内容

av_hmac_alloc

搜索

函数 av_hmac_alloc 

源代码
pub unsafe extern "C" fn av_hmac_alloc(
    type_: AVHMACType,
) -> *mut AVHMAC
展开描述

Allocate an AVHMAC context. @param type The hash function used for the HMAC.