iPXE
Data Fields
aes_context Struct Reference

AES context. More...

#include <aes.h>

Data Fields

struct aes_round_keys encrypt
 Encryption keys. More...
 
struct aes_round_keys decrypt
 Decryption keys. More...
 
unsigned int rounds
 Number of rounds. More...
 

Detailed Description

AES context.

Definition at line 35 of file aes.h.

Field Documentation

◆ encrypt

struct aes_round_keys aes_context::encrypt

Encryption keys.

Definition at line 37 of file aes.h.

Referenced by aes_encrypt(), and aes_setkey().

◆ decrypt

struct aes_round_keys aes_context::decrypt

Decryption keys.

Definition at line 39 of file aes.h.

Referenced by aes_decrypt(), and aes_setkey().

◆ rounds

unsigned int aes_context::rounds

Number of rounds.

Definition at line 41 of file aes.h.

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


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