MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHmac_KeyTypes

Defines of supported key types of HMAC Modes API, see mcuxClKey. More...

Variables

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

Detailed Description

Defines of supported key types of HMAC Modes API, see mcuxClKey.

Variable Documentation

◆ mcuxClKey_TypeDescriptor_HmacSha256

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256

Key type structure for HMAC-SHA256 based keys.

◆ mcuxClKey_Type_HmacSha256

const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256
static

Key type pointer for HMAC-SHA256 based keys.

◆ mcuxClKey_TypeDescriptor_Hmac_variableLength

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Hmac_variableLength

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-SHA256 based keys with variable length.