GCM context structure.
More...
#include <gcm.h>
GCM context structure.
Definition at line 53 of file gcm.h.
◆ add_len
| uint64_t gcm_context::add_len |
Total add length
Definition at line 58 of file gcm.h.
◆ base_ectr
| unsigned char gcm_context::base_ectr[16] |
First ECTR for tag
Definition at line 59 of file gcm.h.
◆ buf
| unsigned char gcm_context::buf[16] |
buf working value
Definition at line 61 of file gcm.h.
◆ cipher_ctx
cipher context used
Definition at line 54 of file gcm.h.
◆ HH
| uint64_t gcm_context::HH[16] |
Precalculated HTable
Definition at line 56 of file gcm.h.
◆ HL
| uint64_t gcm_context::HL[16] |
Precalculated HTable
Definition at line 55 of file gcm.h.
◆ len
| uint64_t gcm_context::len |
Total data length
Definition at line 57 of file gcm.h.
◆ mode
Encrypt or Decrypt
Definition at line 62 of file gcm.h.
| unsigned char gcm_context::y[16] |
Y working value
Definition at line 60 of file gcm.h.
The documentation for this struct was generated from the following file: