19 #ifndef MCUXCLAES_KEYTYPES_H_ 20 #define MCUXCLAES_KEYTYPES_H_ 22 #include <mcuxClConfig.h> struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition: mcuxClKey_Types.h:103
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
Key type structure for AES-192 based keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes192
Key type pointer for AES-192 based keys.
Definition: mcuxClAes_KeyTypes.h:59
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128
Key type structure for AES-128 based keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256
Key type structure for AES-256 based keys.
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition: mcuxClKey_Types.h:110
static const mcuxClKey_Type_t mcuxClKey_Type_Aes256
Key type pointer for AES-256 based keys.
Definition: mcuxClAes_KeyTypes.h:70
static const mcuxClKey_Type_t mcuxClKey_Type_Aes128
Key type pointer for AES-128 based keys.
Definition: mcuxClAes_KeyTypes.h:48
Type definitions for the mcuxClKey component.