MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
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#include <mcuxCsslAnalysis.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced. ")
31
32
51
57
63
69
70
71
72
75MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
76
77#ifdef __cplusplus
78} /* extern "C" */
79#endif
80
81#endif /* MCUXCLKEY_PROTECTIONMECHANISMS_H_ */
82
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