Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk
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 351 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 15:07:17 by
1.7.2