PandA-2024.02
Data Fields
aes256_context Struct Reference

#include <aes.h>

Data Fields

uint8_t key [32]
 
uint8_t enckey [32]
 
uint8_t deckey [32]
 

Detailed Description

Definition at line 7 of file aes.h.

Field Documentation

◆ deckey

uint8_t aes256_context::deckey[32]

Definition at line 10 of file aes.h.

Referenced by aes256_encrypt_ecb().

◆ enckey

uint8_t aes256_context::enckey[32]

Definition at line 9 of file aes.h.

Referenced by aes256_encrypt_ecb().

◆ key

uint8_t aes256_context::key[32]

Definition at line 8 of file aes.h.

Referenced by aes256_encrypt_ecb().


The documentation for this struct was generated from the following file:

Generated on Mon Feb 12 2024 13:03:43 for PandA-2024.02 by doxygen 1.8.13