19 #ifndef MCUXCLAES_KEYTYPES_H_ 20 #define MCUXCLAES_KEYTYPES_H_ 22 #include <mcuxClConfig.h> 33 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED(
"Consumed by user / customer. Hence, it is declared but never referenced. ")
78 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition: mcuxClKey_Types.h:111
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
Key type structure for AES-192 based keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128
Key type structure for AES-128 based keys.
Type definitions for the mcuxClKey component.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes256
Key type pointer for AES-256 based keys.
Definition: mcuxClAes_KeyTypes.h:72
static const mcuxClKey_Type_t mcuxClKey_Type_Aes192
Key type pointer for AES-192 based keys.
Definition: mcuxClAes_KeyTypes.h:61
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256
Key type structure for AES-256 based keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes128
Key type pointer for AES-128 based keys.
Definition: mcuxClAes_KeyTypes.h:50
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition: mcuxClKey_Types.h:104