Mbed OS Reference
|
The GCM context structure. More...
#include <gcm.h>
Data Fields | |
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 |
mbedtls_cipher_context_t cipher_ctx |
int mode |
The operation to perform: MBEDTLS_GCM_ENCRYPT or MBEDTLS_GCM_DECRYPT.