ReactOS 0.4.16-dev-336-gb667d82
|
The GCM context structure. More...
#include <gcm.h>
Public Attributes | |
mbedtls_cipher_context_t | cipher_ctx |
uint64_t | HL [16] |
uint64_t | HH [16] |
uint64_t | len |
uint64_t | add_len |
unsigned char | base_ectr [16] |
unsigned char | y [16] |
unsigned char | buf [16] |
int | mode |
uint64_t mbedtls_gcm_context::add_len |
mbedtls_cipher_context_t mbedtls_gcm_context::cipher_ctx |
uint64_t mbedtls_gcm_context::HH[16] |
uint64_t mbedtls_gcm_context::len |
int mbedtls_gcm_context::mode |
The operation to perform: MBEDTLS_GCM_ENCRYPT or MBEDTLS_GCM_DECRYPT.