跳到主要内容

av_hmac_init

搜索

函数 av_hmac_init 

源代码
pub unsafe extern "C" fn av_hmac_init(
    ctx: *mut AVHMAC,
    key: *const u8,
    keylen: c_uint,
)
展开描述

Initialize an AVHMAC context with an authentication key. @param ctx The HMAC context @param key The authentication key @param keylen The length of the key, in bytes