GmacContext Struct Reference
GMAC algorithm context. More...
#include <gmac.h>
Data Fields | |
| const CipherAlgo * | cipher |
| CipherContext | cipherContext |
| uint32_t | m [GMAC_TABLE_N][4] |
| uint8_t | s [16] |
| uint8_t | buffer [16] |
| size_t | bufferLength |
| uint64_t | totalLength |
| uint8_t | mac [16] |
Detailed Description
Field Documentation
◆ buffer
◆ bufferLength
◆ cipher
| const CipherAlgo* cipher |
◆ cipherContext
| CipherContext cipherContext |
◆ m
| uint32_t m[GMAC_TABLE_N][4] |
◆ mac
◆ s
◆ totalLength
The documentation for this struct was generated from the following file:
- cyclone_crypto/mac/gmac.h
