Function av_camellia_init
pub unsafe extern "C" fn av_camellia_init(
ctx: *mut AVCAMELLIA,
key: *const u8,
key_bits: i32,
) -> i32
Expand description
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