19#ifndef MCUXCLKEY_PROTECTIONMECHANISMS_H_
20#define MCUXCLKEY_PROTECTIONMECHANISMS_H_
22#include <mcuxClConfig.h>
24#include <mcuxCsslAnalysis.h>
30MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED(
"Consumed by user / customer. Hence, it is declared but never referenced. ")
75MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
Type definitions for the mcuxClKey component.
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_Ckdf
Key protection descriptor for using CKDF based key protection This protection mechanism cannot be use...
static const mcuxClKey_Protection_t mcuxClKey_Protection_Ckdf
CKDF key protection.
Definition mcuxClKey_ProtectionMechanisms.h:67
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_None
Key protection descriptor for using no key protection.
static const mcuxClKey_Protection_t mcuxClKey_Protection_None
No key protection.
Definition mcuxClKey_ProtectionMechanisms.h:55
struct mcuxClKey_ProtectionDescriptor mcuxClKey_ProtectionDescriptor_t
Key protection mechanism descriptor type.
Definition mcuxClKey_Types.h:134
const mcuxClKey_ProtectionDescriptor_t * mcuxClKey_Protection_t
Key protection mechanism type.
Definition mcuxClKey_Types.h:141