MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClFfdh_KeyTypes.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2025 NXP */
3/* */
4/* SPDX-License-Identifier: BSD-3-Clause */
5/* */
6/* Redistribution and use in source and binary forms, with or without */
7/* modification, are permitted provided that the following conditions are */
8/* met: */
9/* */
10/* 1. Redistributions of source code must retain the above copyright */
11/* notice, this list of conditions and the following disclaimer. */
12/* */
13/* 2. Redistributions in binary form must reproduce the above copyright */
14/* notice, this list of conditions and the following disclaimer in the */
15/* documentation and/or other materials provided with the distribution. */
16/* */
17/* 3. Neither the name of the copyright holder nor the names of its */
18/* contributors may be used to endorse or promote products derived from */
19/* this software without specific prior written permission. */
20/* */
21/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS */
22/* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */
23/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */
24/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT */
25/* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, */
26/* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */
27/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */
28/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */
29/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */
30/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */
31/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
32/*--------------------------------------------------------------------------*/
33
38
39
40#ifndef MCUXCLFFDH_KEYTYPES_H
41#define MCUXCLFFDH_KEYTYPES_H
42
43#include <mcuxClFfdh_Types.h>
44#include <mcuxCsslAnalysis.h>
45
46#ifdef __cplusplus
47extern "C" {
48#endif
49
56
57/***********************************************/
58/* Key types for ffdhe2048 */
59/***********************************************/
60
66
71MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
73MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
74
80
85MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
87MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
88
89
90/***********************************************/
91/* Key types for ffdhe3072 */
92/***********************************************/
93
99
104MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
106MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
107
113
118MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
120MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
121
122
123/***********************************************/
124/* Key types for ffdhe4096 */
125/***********************************************/
126
132
137MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
139MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
140
146
151MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
153MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
154
155/***********************************************/
156/* Key types for ffdhe6144 */
157/***********************************************/
158
164
169MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
171MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
172
178
183MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
185MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
186
187
188/***********************************************/
189/* Key types for ffdhe8192 */
190/***********************************************/
191
197
202MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
204MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
205
211
216MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
218MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
219 /* mcuxClFfdh_KeyTypeDescriptors */
223
230
234MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_DEFINED("Forward declaration. Hence, it is declared but not defined in this file.")
236MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_DEFINED()
237
241MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by mcuxClKey component. Hence, it is declared but never referenced.")
244MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
245 /* mcuxClFfdh_KeyAgreementDescriptors */
249
250#ifdef __cplusplus
251} /* extern "C" */
252#endif
253
254#endif /* MCUXCLFFDH_KEYTYPES_H */
Type definitions and descriptors of mcuxClFfdh component.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe3072_Pub
Key type pointer for public FFDHE3072 keys.
Definition mcuxClFfdh_KeyTypes.h:105
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe4096_Priv
Key type pointer for private FFDHE4096 keys.
Definition mcuxClFfdh_KeyTypes.h:152
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe8192_Priv
Key type structure for private FFDHE8192 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe4096_Pub
Key type structure for public FFDHE4096 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe4096_Pub
Key type pointer for public FFDHE4096 keys.
Definition mcuxClFfdh_KeyTypes.h:138
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe3072_Pub
Key type structure for public FFDHE3072 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe2048_Priv
Key type pointer for private FFDHE2048 keys.
Definition mcuxClFfdh_KeyTypes.h:86
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe2048_Pub
Key type pointer for public FFDHE2048 keys.
Definition mcuxClFfdh_KeyTypes.h:72
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe3072_Priv
Key type structure for private FFDHE3072 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe2048_Pub
Key type structure for public FFDHE2048 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe2048_Priv
Key type structure for private FFDHE2048 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe8192_Priv
Key type pointer for private FFDHE8192 keys.
Definition mcuxClFfdh_KeyTypes.h:217
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe8192_Pub
Key type structure for public FFDHE8192 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe8192_Pub
Key type pointer for public FFDHE8192 keys.
Definition mcuxClFfdh_KeyTypes.h:203
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe6144_Priv
Key type pointer for private FFDHE6144 keys.
Definition mcuxClFfdh_KeyTypes.h:184
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe6144_Priv
Key type structure for private FFDHE6144 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe6144_Pub
Key type pointer for public FFDHE6144 keys.
Definition mcuxClFfdh_KeyTypes.h:170
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe3072_Priv
Key type pointer for private FFDHE3072 keys.
Definition mcuxClFfdh_KeyTypes.h:119
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe4096_Priv
Key type structure for private FFDHE4096 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe6144_Pub
Key type structure for public FFDHE6144 keys.
static mcuxClKey_Agreement_t mcuxClKey_Agreement_FFDH
FFDH Key agreement algorithm.
Definition mcuxClFfdh_KeyTypes.h:242
const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_FFDH
FFDH Key agreement algorithm descriptor.
struct mcuxClKey_AgreementDescriptor mcuxClKey_AgreementDescriptor_t
Key agreement descriptor type.
Definition mcuxClKey_Types.h:190
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition mcuxClKey_Types.h:134
const mcuxClKey_AgreementDescriptor_t *const mcuxClKey_Agreement_t
Key agreement type.
Definition mcuxClKey_Types.h:197
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition mcuxClKey_Types.h:127