Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

GcmContext Struct Reference

GcmContext Struct Reference

GCM context. More...

#include <cipher_mode_gcm.h>

Data Fields

const CipherAlgocipherAlgo
 Cipher algorithm.
void * cipherContext
 Cipher algorithm context.
uint32_t m [16][4]
 Precalculated table.

Detailed Description

GCM context.

Definition at line 40 of file cipher_mode_gcm.h.


Field Documentation

Cipher algorithm.

Definition at line 42 of file cipher_mode_gcm.h.

Cipher algorithm context.

Definition at line 43 of file cipher_mode_gcm.h.

uint32_t m[16][4]

Precalculated table.

Definition at line 44 of file cipher_mode_gcm.h.