Function av_aes_ctr_init

pub unsafe extern "C" fn av_aes_ctr_init(
    a: *mut AVAESCTR,
    key: *const u8,
) -> i32
Expand description

Initialize an AVAESCTR context.

@param a The AVAESCTR context to initialize @param key encryption key, must have a length of AES_CTR_KEY_SIZE