iPXE
gcm_context Struct Reference

GCM context. More...

#include <gcm.h>

Data Fields

union gcm_block hash
 Accumulated hash (X).
union gcm_block len
 Accumulated lengths.
union gcm_block ctr
 Counter (Y).
union gcm_block key
 Hash key (H).
unsigned int flags
 Processing flags.

Detailed Description

GCM context.

Definition at line 47 of file gcm.h.

Field Documentation

◆ hash

union gcm_block gcm_context::hash

Accumulated hash (X).

Definition at line 49 of file gcm.h.

Referenced by gcm_hash().

◆ len

union gcm_block gcm_context::len

Accumulated lengths.

Definition at line 51 of file gcm.h.

Referenced by gcm_hash().

◆ ctr

union gcm_block gcm_context::ctr

Counter (Y).

Definition at line 53 of file gcm.h.

◆ key

union gcm_block gcm_context::key

Hash key (H).

Definition at line 55 of file gcm.h.

Referenced by gcm_hash().

◆ flags

unsigned int gcm_context::flags

Processing flags.

Definition at line 57 of file gcm.h.


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