Structure containing the parameters required for AES CMAC Generation.
Data Fields | |
uint8_t * | buffer |
pointer to message for which AES CMAC must be calculated, LSB should be first | |
uint16_t | size |
size of the message buffer | |
uint8_t * | key |
AES CMAC 128-bit Key, LSB should be first. | |
uint8_t * | mac |
output-parameter, Buffer to hold generated MAC of 16 bytes. More... | |
uint8_t* cy_stc_ble_aes_cmac_generate_param_t::mac |
output-parameter, Buffer to hold generated MAC of 16 bytes.
Output is LSB first