_nx_crypto_xcbc_mac() function
Syntax
UINT _nx_crypto_xcbc_mac(VOID *crypto_metadata,
UINT (*crypto_function)(VOID *, UCHAR *, UCHAR *, UINT),
UINT (*key_set_function)(VOID *, UCHAR *, UINT),
UCHAR *additional_data,
UINT additional_len,
UCHAR *input,
UCHAR *output,
UINT input_length_in_byte,
UCHAR *iv,
UCHAR icv_len,
UINT block_size);