av_des_mac

@brief Calculates CBC-MAC using the DES algorithm.

@param count number of 8 byte blocks @param dst destination array, can be equal to src, must be 8-byte aligned @param src source array, can be equal to dst, must be 8-byte aligned, may be NULL

extern (C) @nogc nothrow
void
av_des_mac
(,
ubyte* dst
,
const(ubyte)* src
,
int count
)

Meta