dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_ecb_hal_data_t Struct Reference

AES ECB data structure. More...

#include <nrf_soc.h>

Data Fields

soc_ecb_key_t key
 
soc_ecb_cleartext_t cleartext
 
soc_ecb_ciphertext_t ciphertext
 

Detailed Description

AES ECB data structure.

Definition at line 356 of file nrf_soc.h.

Field Documentation

soc_ecb_ciphertext_t nrf_ecb_hal_data_t::ciphertext

Ciphertext data.

Definition at line 360 of file nrf_soc.h.

soc_ecb_cleartext_t nrf_ecb_hal_data_t::cleartext

Cleartext data.

Definition at line 359 of file nrf_soc.h.

soc_ecb_key_t nrf_ecb_hal_data_t::key

Encryption key.

Definition at line 358 of file nrf_soc.h.


The documentation for this struct was generated from the following file: