S210 SoftDevice v5.0.0
AES ECB data structure. More...
#include <nrf_soc.h>
Data Fields |
|
| uint8_t | key [(16)] |
| uint8_t | cleartext [(16)] |
| uint8_t | ciphertext [((16))] |
Detailed Description
AES ECB data structure.
Field Documentation
| 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.