ffmpeg.libavutil.rc4

Undocumented in source.

Members

Functions

av_rc4_alloc
AVRC4* av_rc4_alloc()

Allocate an AVRC4 context.

av_rc4_crypt
void av_rc4_crypt(AVRC4* d, ubyte* dst, const(ubyte)* src, int count, ubyte* iv, int decrypt)

@brief Encrypts / decrypts using the RC4 algorithm.

av_rc4_init
int av_rc4_init(AVRC4* d, const(ubyte)* key, int key_bits, int decrypt)

@brief Initializes an AVRC4 context.

Structs

AVRC4
struct AVRC4

@defgroup lavu_rc4 RC4 @ingroup lavu_crypto @{

Meta