S130 SoftDevice v1.0.0
Data Fields
nrf_ecb_hal_data_t Struct Reference

AES ECB data structure. More...

#include <nrf_soc.h>

Data Fields

uint8_t key [(16)]
 
uint8_t cleartext [(16)]
 
uint8_t ciphertext [((16))]
 

Detailed Description

AES ECB data structure.

Field Documentation

uint8_t nrf_ecb_hal_data_t::ciphertext[((16))]

Cipher Text data.

uint8_t nrf_ecb_hal_data_t::cleartext[(16)]

Clear Text data.

uint8_t nrf_ecb_hal_data_t::key[(16)]

Encryption key.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.