#include <aes.h>
Data Fields | |
uint32_t | rd_key [4 *(AES_MAXNR+1)] |
int | rounds |
Definition at line 74 of file aes.h.
uint32_t aes_key_st::rd_key[4 *(AES_MAXNR+1)] |
Definition at line 76 of file aes.h.
Referenced by AES_decrypt(), AES_encrypt(), AES_set_decrypt_key(), and AES_set_encrypt_key().
Definition at line 77 of file aes.h.
Referenced by AES_decrypt(), AES_encrypt(), AES_set_decrypt_key(), and AES_set_encrypt_key().