aes_cipher_msg_auth_code() function
* Function aes_cipher_msg_auth_code * Description This is the AES-CMAC Generation Function with tlen implemented. * Parameters key - CMAC key in little endian order, expect SRK when used by SMP. * input - text to be signed in little endian byte order. * length - length of the input in byte. * tlen - lenth of mac desired * p_signature - data pointer to where signed data to be stored, tlen long. * Returns FALSE if out of resources, TRUE in other cases.