AES encrypt information.
Data Fields | |
uint8_t | plainData [CY_BLE_ENCRYPTION_DATA_SIZE] |
Data containing plain text (128-bit) that is to be encrypted. More... | |
uint8_t | aesKey [CY_BLE_ENCRYPTION_KEY_SIZE] |
Pointer to the AES Key (128-bit) that is to be used for AES encryption. More... | |
uint8_t cy_stc_ble_aes_encrypt_info_t::plainData[CY_BLE_ENCRYPTION_DATA_SIZE] |
Data containing plain text (128-bit) that is to be encrypted.
The data must be stored in little endian format.
uint8_t cy_stc_ble_aes_encrypt_info_t::aesKey[CY_BLE_ENCRYPTION_KEY_SIZE] |
Pointer to the AES Key (128-bit) that is to be used for AES encryption.
The key must be stored in little endian format.