MCUX CLNS
MCUX Crypto Library Normal Secure
Key protection mechanism definitions

Mechanisms used by the Key operations. More...

Variables

const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_None
 Key protection descriptor for using no key protection. More...
 
static const mcuxClKey_Protection_t mcuxClKey_Protection_None
 No key protection. More...
 
const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_Ckdf
 Key protection descriptor for using CKDF based key protection This protection mechanism cannot be used for mcuxClKey_loadMemory. More...
 
static const mcuxClKey_Protection_t mcuxClKey_Protection_Ckdf
 CKDF key protection. More...
 

Detailed Description

Mechanisms used by the Key operations.

Variable Documentation

◆ mcuxClKey_ProtectionDescriptor_None

const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_None

Key protection descriptor for using no key protection.

◆ mcuxClKey_Protection_None

const mcuxClKey_Protection_t mcuxClKey_Protection_None
static

◆ mcuxClKey_ProtectionDescriptor_Ckdf

const mcuxClKey_ProtectionDescriptor_t mcuxClKey_ProtectionDescriptor_Ckdf

Key protection descriptor for using CKDF based key protection This protection mechanism cannot be used for mcuxClKey_loadMemory.

◆ mcuxClKey_Protection_Ckdf

const mcuxClKey_Protection_t mcuxClKey_Protection_Ckdf
static

CKDF key protection.