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