SigV4  v1.0.0
SigV4 Library for AWS Authentication
HmacContext_t Struct Reference

An aggregator to maintain the internal state of HMAC calculations. More...

#include <sigv4_internal.h>

Data Fields

const SigV4CryptoInterface_tpCryptoInterface
 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.
 

Detailed Description

An aggregator to maintain the internal state of HMAC calculations.


The documentation for this struct was generated from the following file: