Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbedtls by
mbedtls_gcm_context Struct Reference
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 |
Detailed Description
GCM context structure.
Definition at line 43 of file gcm.h.
Field Documentation
Generated on Tue Jul 12 2022 17:25:45 by
