S130 SoftDevice v2.0.0
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 * | p_key |
| soc_ecb_cleartext_t * | p_cleartext |
| soc_ecb_ciphertext_t * | p_ciphertext |
Detailed Description
AES ECB block. Used to provide multiple blocks in a single call to sd_ecb_blocks_encrypt .
Field Documentation
| soc_ecb_ciphertext_t* nrf_ecb_hal_data_block_t::p_ciphertext |
Pointer to the Ciphertext data.
| soc_ecb_cleartext_t* nrf_ecb_hal_data_block_t::p_cleartext |
Pointer to the Cleartext data.
| soc_ecb_key_t * nrf_ecb_hal_data_block_t::p_key |
Pointer to the Encryption key.