Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
nrf_ecb_hal_data_t Struct Reference
[Types]
AES ECB data structure. More...
#include <nrf_soc.h>
Data Fields | |
uint8_t | key [SOC_ECB_KEY_LENGTH] |
Encryption key. | |
uint8_t | cleartext [SOC_ECB_CLEARTEXT_LENGTH] |
Clear Text data. | |
uint8_t | ciphertext [SOC_ECB_CIPHERTEXT_LENGTH] |
Cipher Text data. |
Detailed Description
AES ECB data structure.
Definition at line 352 of file nrf_soc.h.
Field Documentation
uint8_t ciphertext[SOC_ECB_CIPHERTEXT_LENGTH] |
uint8_t cleartext[SOC_ECB_CLEARTEXT_LENGTH] |
Generated on Tue Jul 12 2022 21:00:20 by
