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.
GcmContext Struct Reference
GCM context. More...
#include <cipher_mode_gcm.h>
Data Fields | |
const CipherAlgo * | cipherAlgo |
Cipher algorithm. | |
void * | cipherContext |
Cipher algorithm context. | |
uint32_t | m [16][4] |
Precalculated table. |
Detailed Description
GCM context.
Definition at line 40 of file cipher_mode_gcm.h.
Field Documentation
const CipherAlgo* cipherAlgo |
Cipher algorithm.
Definition at line 42 of file cipher_mode_gcm.h.
void* cipherContext |
Cipher algorithm context.
Definition at line 43 of file cipher_mode_gcm.h.
uint32_t m[16][4] |
Precalculated table.
Definition at line 44 of file cipher_mode_gcm.h.
Generated on Tue Jul 12 2022 17:10:24 by
