Webserver+3d print
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
