An aggregator to maintain the internal state of HMAC calculations. More...
#include <sigv4_internal.h>
Data Fields | |
const SigV4CryptoInterface_t * | pCryptoInterface |
The cryptography interface. | |
uint8_t | key [SIGV4_HASH_MAX_BLOCK_LENGTH] |
All accumulated key data. | |
size_t | keyLen |
The length of the accumulated key data. | |
An aggregator to maintain the internal state of HMAC calculations.