av_des_init

@brief Initializes an AVDES context.

@param key_bits must be 64 or 192 @param decrypt 0 for encryption/CBC-MAC, 1 for decryption @return zero on success, negative value otherwise

extern (C) @nogc nothrow
int
av_des_init
(,
const(ubyte)* key
,,)

Meta