PandA-2024.02
|
#include <aes.h>
Data Fields | |
uint8_t | key [32] |
uint8_t | enckey [32] |
uint8_t | deckey [32] |
uint8_t aes256_context::deckey[32] |
Definition at line 10 of file aes.h.
Referenced by aes256_encrypt_ecb().
uint8_t aes256_context::enckey[32] |
Definition at line 9 of file aes.h.
Referenced by aes256_encrypt_ecb().
uint8_t aes256_context::key[32] |
Definition at line 8 of file aes.h.
Referenced by aes256_encrypt_ecb().