iPXE
Data Fields
aes_matrix Union Reference

AES matrix. More...

#include <aes.h>

Data Fields

uint8_t byte [16]
 Viewed as an array of bytes. More...
 
uint32_t column [4]
 Viewed as an array of four-byte columns. More...
 

Detailed Description

AES matrix.

Definition at line 21 of file aes.h.

Field Documentation

◆ byte

uint8_t aes_matrix::byte[16]

Viewed as an array of bytes.

Definition at line 23 of file aes.h.

◆ column

uint32_t aes_matrix::column[4]

Viewed as an array of four-byte columns.

Definition at line 25 of file aes.h.

Referenced by aes_setkey().


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