ffmpeg.libavutil.des

Undocumented in source.

Members

Functions

av_des_alloc
AVDES* av_des_alloc()

Allocate an AVDES context.

av_des_crypt
void av_des_crypt(AVDES* d, ubyte* dst, const(ubyte)* src, int count, ubyte* iv, int decrypt)

@brief Encrypts / decrypts using the DES algorithm.

av_des_init
int av_des_init(AVDES* d, const(ubyte)* key, int key_bits, int decrypt)

@brief Initializes an AVDES context.

av_des_mac
void av_des_mac(AVDES* d, ubyte* dst, const(ubyte)* src, int count)

@brief Calculates CBC-MAC using the DES algorithm.

Structs

AVDES
struct AVDES

@defgroup lavu_des DES @ingroup lavu_crypto @{

Meta