[][src]Function stainless_ffmpeg_sys::av_hmac_update

pub unsafe extern "C" fn av_hmac_update(
    ctx: *mut AVHMAC,
    data: *const u8,
    len: c_uint
)

Hash data with the HMAC. @param ctx The HMAC context @param data The data to hash @param len The length of the data, in bytes