nRF51 SDK
|
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 |
Cipher Text data.
uint8_t nrf_ecb_hal_data_t::cleartext |
Clear Text data.
uint8_t nrf_ecb_hal_data_t::key |
Encryption key.