AES context structure. More...
#include <aes.h>
Data Fields | |
int | nr |
unsigned long * | rk |
unsigned long | buf [68] |
AES context structure.
Definition at line 13 of file aes.h.
unsigned long aes_context::buf[68] |
unaligned data
Definition at line 17 of file aes.h.
Referenced by aes_setkey_dec(), and aes_setkey_enc().
number of rounds
Definition at line 15 of file aes.h.
Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().
unsigned long* aes_context::rk |
AES round keys
Definition at line 16 of file aes.h.
Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().