Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_aes_cmac_generate_param_t Struct Reference

Description

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...
 

Field Documentation

◆ mac

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