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

Description

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

Field Documentation

◆ plainData

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.

◆ aesKey

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.