![]() |
S112 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
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_t * | p_ciphertext |
AES ECB block. Used to provide multiple blocks in a single call to sd_ecb_blocks_encrypt.
soc_ecb_ciphertext_t* nrf_ecb_hal_data_block_t::p_ciphertext |
Pointer to the Ciphertext data.
soc_ecb_cleartext_t const* nrf_ecb_hal_data_block_t::p_cleartext |
Pointer to the Cleartext data.
soc_ecb_key_t const* nrf_ecb_hal_data_block_t::p_key |
Pointer to the Encryption key.