MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClHmac_KeyTypes

Defines of supported key types of mcuxClHmac, see mcuxClKey. More...

Variables

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Hmac_variableLength
 Key type structure for Sw-HMAC based keys with variable length.
static const mcuxClKey_Type_t mcuxClKey_Type_Hmac_variableLength
 Key type pointer for HMAC keys with variable length.

Detailed Description

Defines of supported key types of mcuxClHmac, see mcuxClKey.

Variable Documentation

◆ mcuxClKey_TypeDescriptor_Hmac_variableLength

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Hmac_variableLength
extern

Key type structure for Sw-HMAC based keys with variable length.

◆ mcuxClKey_Type_Hmac_variableLength

const mcuxClKey_Type_t mcuxClKey_Type_Hmac_variableLength
static

Key type pointer for HMAC keys with variable length.

Examples
mcuxClHmac_Sw_Multipart_example.c, and mcuxClHmac_Sw_Oneshot_example.c.