AES context structure. More...
#include <aes.h>
Data Fields | |
| int | nr |
| uint32_t * | rk |
| uint32_t | buf [68] |
AES context structure.
Definition at line 58 of file aes.h.
| uint32_t aes_context::buf[68] |
unaligned data
Definition at line 62 of file aes.h.
Referenced by aes_setkey_dec(), and aes_setkey_enc().
| int aes_context::nr |
number of rounds
Definition at line 60 of file aes.h.
Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().
| uint32_t* aes_context::rk |
AES round keys
Definition at line 61 of file aes.h.
Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().
1.6.1