CmacContext Struct Reference
CMAC algorithm context. More...
#include <cmac.h>
Data Fields | |
const CipherAlgo * | cipher |
CipherContext | cipherContext |
uint8_t | k1 [MAX_CIPHER_BLOCK_SIZE] |
uint8_t | k2 [MAX_CIPHER_BLOCK_SIZE] |
uint8_t | buffer [MAX_CIPHER_BLOCK_SIZE] |
size_t | bufferLength |
uint8_t | mac [MAX_CIPHER_BLOCK_SIZE] |
Detailed Description
Field Documentation
◆ buffer
uint8_t buffer[MAX_CIPHER_BLOCK_SIZE] |
◆ bufferLength
◆ cipher
const CipherAlgo* cipher |
◆ cipherContext
CipherContext cipherContext |
◆ k1
uint8_t k1[MAX_CIPHER_BLOCK_SIZE] |
◆ k2
uint8_t k2[MAX_CIPHER_BLOCK_SIZE] |
◆ mac
uint8_t mac[MAX_CIPHER_BLOCK_SIZE] |
The documentation for this struct was generated from the following file:
- cyclone_crypto/mac/cmac.h