nRF51 SDK - S110 SoftDevice
|
AES ECB data structure. More...
#include <nrf_soc.h>
Data Fields | |
uint8_t | key [(16)] |
uint8_t | cleartext [(16)] |
uint8_t | ciphertext [((16))] |
AES ECB data structure.
uint8_t nrf_ecb_hal_data_t::ciphertext[((16))] |
Cipher Text data.
uint8_t nrf_ecb_hal_data_t::cleartext[(16)] |
Clear Text data.
uint8_t nrf_ecb_hal_data_t::key[(16)] |
Encryption key.