GcmContext Struct Reference
GCM context. More...
#include <gcm.h>
Data Fields | |
| const CipherAlgo * | cipherAlgo |
| Cipher algorithm. More... | |
| void * | cipherContext |
| Cipher algorithm context. More... | |
| uint32_t | m [GCM_TABLE_N][4] |
| Precalculated table. More... | |
Detailed Description
Field Documentation
◆ cipherAlgo
| const CipherAlgo* cipherAlgo |
◆ cipherContext
◆ m
| uint32_t m[GCM_TABLE_N][4] |
The documentation for this struct was generated from the following file:
- cyclone_crypto/aead/gcm.h
