Allocate an AVAESCTR context.
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
Release an AVAESCTR context.
Get the current iv
Increment the top 64 bit of the iv (performed after each frame)
Initialize an AVAESCTR context. @param key encryption key, must have a length of AES_CTR_KEY_SIZE
Forcefully change the "full" 16-byte iv, including the counter
Forcefully change the 8-byte iv
Generate a random iv