av_hmac_update

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

extern (C) @nogc nothrow
void
av_hmac_update
(,
const(ubyte)* data
,
uint len
)

Meta