av_camellia_init

* Initialize an AVCAMELLIA context. * * @param ctx an AVCAMELLIA context * @param key a key of 16, 24, 32 bytes used for encryption/decryption * @param key_bits number of keybits: possible are 128, 192, 256

extern (C) @nogc nothrow
int
av_camellia_init
(,
const(ubyte)* key
,)

Meta