iPXE
Data Fields
gcm_lengths Struct Reference

A GCM length pair. More...

#include <gcm.h>

Data Fields

uint64_t add
 Additional data length. More...
 
uint64_t data
 Data length. More...
 

Detailed Description

A GCM length pair.

Definition at line 24 of file gcm.h.

Field Documentation

◆ add

uint64_t gcm_lengths::add

Additional data length.

Definition at line 26 of file gcm.h.

Referenced by gcm_hash(), gcm_process(), and gcm_setiv().

◆ data

uint64_t gcm_lengths::data

Data length.

Definition at line 28 of file gcm.h.

Referenced by gcm_hash(), gcm_process(), and gcm_tag().


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