AES context structure.
More...
#include <aes.h>
Data Fields |
int | nr |
uint32_t * | rk |
uint32_t | buf [68] |
Detailed Description
AES context structure.
Definition at line 48 of file aes.h.
Field Documentation
uint32_t aes_context::buf[68] |
unaligned data
Definition at line 52 of file aes.h.
number of rounds
Definition at line 50 of file aes.h.
uint32_t* aes_context::rk |
AES round keys
Definition at line 51 of file aes.h.
The documentation for this struct was generated from the following file: