@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
See Implementation
@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