av_hmac_init

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

extern (C) @nogc nothrow
void
av_hmac_init
(,
const(ubyte)* key
,
uint keylen
)

Meta