Function av_des_mac

pub unsafe extern "C" fn av_des_mac(
    d: *mut AVDES,
    dst: *mut u8,
    src: *const u8,
    count: i32,
)
Expand description

@brief Calculates CBC-MAC using the DES algorithm.

@param d pointer to the AVDES structure @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 @param count number of 8 byte blocks