Software APIs
hmac_key Struct Reference

A typed representation of the HMAC secret key (for HMAC-SHA256 mode). More...

#include <sw/device/silicon_creator/lib/drivers/hmac.h>

Data Fields

uint32_t key [kHmacDigestNumWords]
 

Detailed Description

A typed representation of the HMAC secret key (for HMAC-SHA256 mode).

Definition at line 45 of file hmac.h.

Field Documentation

◆ key

uint32_t hmac_key::key[kHmacDigestNumWords]

Definition at line 46 of file hmac.h.