AES context structure.
More...
#include <aes.h>
|
| int | nr |
| |
| uint32_t * | rk |
| |
| uint32_t | buf [68] |
| |
AES context structure.
- Note
- buf is able to hold 32 extra bytes, which can be used:
- for alignment purposes if VIA padlock is used, and/or
- to simplify key expansion in the 256-bit case by generating an extra round key
Definition at line 68 of file aes.h.
◆ buf
| uint32_t aes_context::buf[68] |
unaligned data
Definition at line 72 of file aes.h.
◆ nr
number of rounds
Definition at line 70 of file aes.h.
◆ rk
| uint32_t* aes_context::rk |
AES round keys
Definition at line 71 of file aes.h.
The documentation for this struct was generated from the following file: