![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
The AES context-type definition. More...
#include <aes.h>
Data Fields | |
int | nr |
uint32_t * | rk |
uint32_t | buf [68] |
The AES context-type definition.
uint32_t mbedtls_aes_context::buf[68] |
Unaligned data buffer. This buffer can hold 32 extra Bytes, which can be used for one of the following purposes:
int mbedtls_aes_context::nr |
The number of rounds.
uint32_t* mbedtls_aes_context::rk |
AES round keys.