MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClKey_EncodingMechanisms.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020-2022, 2024 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
18
19#ifndef MCUXCLKEY_ENCODINGMECHANISMS_H_
20#define MCUXCLKEY_ENCODINGMECHANISMS_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
38
39#if 0
43extern const mcuxClKey_EncodingDescriptor_t mcuxClKey_EncodingDescriptor_XorMasked;
44
48static const mcuxClKey_Encoding_t mcuxClKey_Encoding_XorMasked =
49 &mcuxClKey_EncodingDescriptor_XorMasked;
50#endif
51
53
54MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
55
56#ifdef __cplusplus
57} /* extern "C" */
58#endif
59
60#endif /* MCUXCLKEY_ENCODINGMECHANISMS_H_ */
61
Type definitions for the mcuxClKey component.
const mcuxClKey_EncodingDescriptor_t * mcuxClKey_Encoding_t
Key encoding mechanism type.
Definition mcuxClKey_Types.h:144
struct mcuxClKey_EncodingDescriptor mcuxClKey_EncodingDescriptor_t
Key encoding mechanism descriptor type.
Definition mcuxClKey_Types.h:137