19#ifndef MCUXCLHMAC_KEYTYPES_H_
20#define MCUXCLHMAC_KEYTYPES_H_
22#include <mcuxClConfig.h>
36MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED(
"Consumed by user / customer. Hence, it is declared but never referenced. ")
58MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
Type definitions for the mcuxClKey component.
static const mcuxClKey_Type_t mcuxClKey_Type_Hmac_variableLength
Key type pointer for HMAC keys with variable length.
Definition mcuxClHmac_KeyTypes.h:57
static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256
Key type pointer for HMAC-SHA256 based keys.
Definition mcuxClHmac_KeyTypes.h:46
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256
Key type structure for HMAC-SHA256 based keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Hmac_variableLength
Key type structure for Sw-HMAC based keys with variable length.
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition mcuxClKey_Types.h:111
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition mcuxClKey_Types.h:104