av_tea_init

Initialize an AVTEA context.

@param ctx an AVTEA context @param key a key of 16 bytes used for encryption/decryption @param rounds the number of rounds in TEA (64 is the "standard")

extern (C) @nogc nothrow
void
av_tea_init
(,
ref const(ubyte)[16] key
,
int rounds
)

Meta