MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClKey_ProtectionMechanisms.h
1 /*--------------------------------------------------------------------------*/
2 /* Copyright 2020-2022 NXP */
3 /* */
4 /* NXP Confidential. This software is owned or controlled by NXP and may */
5 /* only be used strictly in accordance with the applicable license terms. */
6 /* By expressly accepting such terms or by downloading, installing, */
7 /* activating and/or otherwise using the software, you are agreeing that */
8 /* you have read, and that you agree to comply with and are bound by, such */
9 /* license terms. If you do not agree to be bound by the applicable license */
10 /* terms, then you may not retain, install, activate or otherwise use the */
11 /* software. */
12 /*--------------------------------------------------------------------------*/
13 
19 #ifndef MCUXCLKEY_PROTECTIONMECHANISMS_H_
20 #define MCUXCLKEY_PROTECTIONMECHANISMS_H_
21 
22 #include <mcuxClConfig.h> // Exported features flags header
23 #include <mcuxClKey_Types.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
48 
54 
60 
66 
71 
77 
80 #ifdef __cplusplus
81 } /* extern "C" */
82 #endif
83 
84 #endif /* MCUXCLKEY_PROTECTIONMECHANISMS_H_ */
85 
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.