mbedtls_gcm_context Struct Reference
The GCM context structure.
More...
#include <gcm.h>
Detailed Description
The GCM context structure.
Definition at line 60 of file gcm.h.
Field Documentation
The total length of the additional data.
Definition at line 65 of file gcm.h.
The first ECTR for tag.
Definition at line 66 of file gcm.h.
The buf working value.
Definition at line 68 of file gcm.h.
The cipher context used.
Definition at line 61 of file gcm.h.
Precalculated HTable high.
Definition at line 63 of file gcm.h.
Precalculated HTable low.
Definition at line 62 of file gcm.h.
The total length of the encrypted data.
Definition at line 64 of file gcm.h.
The Y working value.
Definition at line 67 of file gcm.h.
The documentation for this struct was generated from the following file: