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

AES ECB block. Used to provide multiple blocks in a single call to sd_ecb_blocks_encrypt. More...

#include <nrf_soc.h>

Data Fields

soc_ecb_key_t const * p_key
 
soc_ecb_cleartext_t const * p_cleartext
 
soc_ecb_ciphertext_tp_ciphertext
 

Detailed Description

AES ECB block. Used to provide multiple blocks in a single call to sd_ecb_blocks_encrypt.

Definition at line 365 of file nrf_soc.h.

Field Documentation

soc_ecb_ciphertext_t* nrf_ecb_hal_data_block_t::p_ciphertext

Pointer to the Ciphertext data.

Definition at line 369 of file nrf_soc.h.

soc_ecb_cleartext_t const* nrf_ecb_hal_data_block_t::p_cleartext

Pointer to the Cleartext data.

Definition at line 368 of file nrf_soc.h.

soc_ecb_key_t const* nrf_ecb_hal_data_block_t::p_key

Pointer to the Encryption key.

Definition at line 367 of file nrf_soc.h.


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