HmacContext Struct Reference

HMAC algorithm context. More...

#include <hmac.h>

Data Fields

const HashAlgohash
 
HashContext hashContext
 
uint8_t key [MAX_HASH_BLOCK_SIZE]
 
uint8_t digest [MAX_HASH_DIGEST_SIZE]
 

Detailed Description

HMAC algorithm context.

Definition at line 58 of file hmac.h.

Field Documentation

◆ digest

uint8_t digest[MAX_HASH_DIGEST_SIZE]

Definition at line 63 of file hmac.h.

◆ hash

const HashAlgo* hash

Definition at line 60 of file hmac.h.

◆ hashContext

HashContext hashContext

Definition at line 61 of file hmac.h.

◆ key

uint8_t key[MAX_HASH_BLOCK_SIZE]

Definition at line 62 of file hmac.h.


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