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 OmniWheels by
mbedtls_gcm_context Struct 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 |
Detailed Description
The GCM context structure.
Definition at line 54 of file gcm.h.
Field Documentation
| int mode |
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
