iPXE
Data Fields
aes_round_keys Struct Reference

AES round keys. More...

#include <aes.h>

Data Fields

union aes_matrix key [AES_MAX_ROUNDS]
 Round keys. More...
 

Detailed Description

AES round keys.

Definition at line 29 of file aes.h.

Field Documentation

◆ key

union aes_matrix aes_round_keys::key[AES_MAX_ROUNDS]

Round keys.

Definition at line 31 of file aes.h.

Referenced by aes_decrypt(), aes_encrypt(), and aes_setkey().


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