mbedtls_gcm_context is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
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.
The cipher context used.
uint64_t[16]
Precalculated HTable low.
uint64_t[16]
Precalculated HTable high.

References

from examples