Digi XBee(R) ANSI C Host Library
|
The AES context-type definition. More...
#include "mbedtls/aes.h"
Data Fields | |
int | nr |
uint32_t * | rk |
uint32_t | buf [68] |
The AES context-type definition.
uint32_t buf[68] |
Unaligned data buffer. This buffer can hold 32 extra Bytes, which can be used for one of the following purposes:
int nr |
The number of rounds.
uint32_t* rk |
AES round keys.