Function av_aes_ctr_crypt
pub unsafe extern "C" fn av_aes_ctr_crypt(
a: *mut AVAESCTR,
dst: *mut u8,
src: *const u8,
size: i32,
)
Expand description
Process a buffer using a previously initialized context.
@param a The AVAESCTR context @param dst destination array, can be equal to src @param src source array, can be equal to dst @param size the size of src and dst