GmacContext Struct Reference

GMAC algorithm context. More...

#include <gmac.h>

Data Fields

const CipherAlgocipher
 
CipherContext cipherContext
 
uint32_t m [GMAC_TABLE_N][4]
 
uint8_t s [16]
 
uint8_t buffer [16]
 
size_t bufferLength
 
uint64_t totalLength
 
uint8_t mac [16]
 

Detailed Description

GMAC algorithm context.

Definition at line 69 of file gmac.h.

Field Documentation

◆ buffer

uint8_t buffer[16]

Definition at line 75 of file gmac.h.

◆ bufferLength

size_t bufferLength

Definition at line 76 of file gmac.h.

◆ cipher

const CipherAlgo* cipher

Definition at line 71 of file gmac.h.

◆ cipherContext

CipherContext cipherContext

Definition at line 72 of file gmac.h.

◆ m

uint32_t m[GMAC_TABLE_N][4]

Definition at line 73 of file gmac.h.

◆ mac

uint8_t mac[16]

Definition at line 78 of file gmac.h.

◆ s

uint8_t s[16]

Definition at line 74 of file gmac.h.

◆ totalLength

uint64_t totalLength

Definition at line 77 of file gmac.h.


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