mbedtls_gcm_context is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
The cipher context used.
uint64_t[16]
Precalculated HTable low.
uint64_t[16]
Precalculated HTable high.
uint64_t
The total length of the encrypted data.
uint64_t
The total length of the additional data.
unsigned char[16]
The first ECTR for tag.
unsigned char[16]
The Y working value.
unsigned char[16]
The buf working value.
int
The operation to perform: #MBEDTLS_GCM_ENCRYPT or #MBEDTLS_GCM_DECRYPT.

References