19 #ifndef MCUXCLKEY_KEYTYPES_H_ 20 #define MCUXCLKEY_KEYTYPES_H_ 25 #include <mcuxClConfig.h> static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256_variableLength
Key type pointer for HMAC-SHA256 based keys with variable length.
Definition: mcuxClKey_KeyTypes.h:54
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition: mcuxClKey_Types.h:103
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256_variableLength
Key type structure for HMAC-SHA256 based keys with variable length.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256
Key type structure for HMAC-SHA256 based keys.
static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256
Key type pointer for HMAC-SHA256 based keys.
Definition: mcuxClKey_KeyTypes.h:65
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition: mcuxClKey_Types.h:110
Type definitions for the mcuxClKey component.