MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClFfdh_Types.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_TYPES_H_
41#define MCUXCLFFDH_TYPES_H_
42
43
44#include <mcuxClCore_Platform.h>
47#include <mcuxCsslAnalysis.h>
48#include <mcuxClBuffer.h>
49
50#ifdef __cplusplus
51extern "C" {
52#endif
53
60
64typedef uint32_t mcuxClFfdh_Status_t;
65
67typedef struct mcuxClFfdh_DomainParams mcuxClFfdh_DomainParams_t;
68 /* mcuxClFfdh_Types */
72
73/**********************************************************/
74/* Descriptors of mcuxClFfdh APIs */
75/**********************************************************/
76
83
84
85/* RFC7919 ffdhe2048 domain parameters descriptor */
86extern const mcuxClFfdh_DomainParams_t mcuxClFfdh_domainParams_ffdhe2048;
87
88/* RFC7919 ffdhe3072 domain parameters descriptor */
89extern const mcuxClFfdh_DomainParams_t mcuxClFfdh_domainParams_ffdhe3072;
90
91/* RFC7919 ffdhe4096 domain parameters descriptor */
92extern const mcuxClFfdh_DomainParams_t mcuxClFfdh_domainParams_ffdhe4096;
93
94/* RFC7919 ffdhe6144 domain parameters descriptor */
95extern const mcuxClFfdh_DomainParams_t mcuxClFfdh_domainParams_ffdhe6144;
96
97/* RFC7919 ffdhe8192 domain parameters descriptor */
98extern const mcuxClFfdh_DomainParams_t mcuxClFfdh_domainParams_ffdhe8192;
99
100 /* mcuxClFfdh_DomainParamsDescriptor */
104
105#ifdef __cplusplus
106} /* extern "C" */
107#endif
108
109#endif /* MCUXCLFFDH_TYPES_H_ */
Top-level include file for the mcuxClBuffer component.
Constant definitions of mcuxClFfdh component.
Provides the API for the CSSL flow protection mechanism.
struct mcuxClFfdh_DomainParams mcuxClFfdh_DomainParams_t
Type for FFDH domain parameters.
Definition mcuxClFfdh_Types.h:67
uint32_t mcuxClFfdh_Status_t
Type for mcuxClFfdh component return codes.
Definition mcuxClFfdh_Types.h:64