mbedtls_gcm_context Struct Reference
The GCM context structure.
More...
#include <gcm.h>
Detailed Description
The GCM context structure.
Definition at line 87 of file gcm.h.
Field Documentation
The total length of the additional data.
Definition at line 92 of file gcm.h.
The first ECTR for tag.
Definition at line 93 of file gcm.h.
The buf working value.
Definition at line 95 of file gcm.h.
The cipher context used.
Definition at line 88 of file gcm.h.
Precalculated HTable high.
Definition at line 90 of file gcm.h.
Precalculated HTable low.
Definition at line 89 of file gcm.h.
The total length of the encrypted data.
Definition at line 91 of file gcm.h.
The Y working value.
Definition at line 94 of file gcm.h.
The documentation for this struct was generated from the following file: