av_aes_ctr_crypt

Process a buffer using a previously initialized 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

extern (C) @nogc nothrow
void
av_aes_ctr_crypt
(,
ubyte* dst
,
const(ubyte)* src
,
int size
)

Meta