19 #ifndef MCUXCLKEY_PROTECTIONMECHANISMS_H_ 20 #define MCUXCLKEY_PROTECTIONMECHANISMS_H_ 22 #include <mcuxClConfig.h> static const mcuxClKey_Protection_t mcuxClKey_Protection_None
No key protection.
Definition: mcuxClKey_ProtectionMechanisms.h:52
const mcuxClKey_ProtectionDescriptor_t * mcuxClKey_Protection_t
Key protection mechanism type.
Definition: mcuxClKey_Types.h:140
static const mcuxClKey_Protection_t mcuxClKey_Protection_XorMasked
Key protection using XOR masking.
Definition: mcuxClKey_ProtectionMechanisms.h:75
static const mcuxClKey_Protection_t mcuxClKey_Protection_Ckdf
CKDF key protection.
Definition: mcuxClKey_ProtectionMechanisms.h:64
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_Ckdf
Key protection descriptor for using CKDF based key protection This protection mechanism cannot be use...
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_None
Key protection descriptor for using no key protection.
struct mcuxClKey_ProtectionDescriptor mcuxClKey_ProtectionDescriptor_t
Key protection mechanism descriptor type.
Definition: mcuxClKey_Types.h:133
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_XorMasked
Key protection descriptor for using XOR masking.
Type definitions for the mcuxClKey component.