MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClOsccaSm2_KeyTypes.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2022-2023 NXP */
3/* */
4/* NXP Proprietary. 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 */
10/* license terms, then you may not retain, install, activate or otherwise */
11/* use the software. */
12/*--------------------------------------------------------------------------*/
13
19#ifndef MCUXCLOSCCASM2_KEYTYPES_H_
20#define MCUXCLOSCCASM2_KEYTYPES_H_
21
22#include <mcuxClCore_Platform.h>
23#include <mcuxClKey_Types.h>
24
32/**********************************************
33 * KEY TYPE DEFS
34 **********************************************/
38MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
40MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
41
46MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
48MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
49
53MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
55MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
56
61MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
63MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
64
68MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
70MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
71
76MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
78MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
79
83MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
85MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
86
91MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
93MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
94 /* mcuxClOsccaSm2_KeyTypes */
98
99#endif /* MCUXCLOSCCASM2_KEYTYPES_H_ */
Type definitions for the mcuxClKey component.
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition mcuxClKey_Types.h:111
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition mcuxClKey_Types.h:104
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_SM2P256_Std_Private
Key type structures for private SM2 standard keys and modulus sizes 256 bits.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_SM2P256_Ext_Private
Key type structures for private SM2 extend keys and modulus sizes 256 bits.
static const mcuxClKey_Type_t mcuxClKey_Type_SM2P256_Std_Private
Key type pointers for private SM2 standard keys and modulus sizes 256 bits.
Definition mcuxClOsccaSm2_KeyTypes.h:62
static const mcuxClKey_Type_t mcuxClKey_Type_SM2P256_Ext_Public
Key type pointers for public SM2 extend keys and modulus sizes 256 bits.
Definition mcuxClOsccaSm2_KeyTypes.h:77
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_SM2P256_Std_Public
Key type structures for public SM2 standard keys and modulus sizes 256 bits.
static const mcuxClKey_Type_t mcuxClKey_Type_SM2P256_Ext_Private
Key type pointers for private SM2 extend keys and modulus sizes 256 bits.
Definition mcuxClOsccaSm2_KeyTypes.h:92
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_SM2P256_Ext_Public
Key type structures for public SM2 extend keys and modulus sizes 256 bits.
static const mcuxClKey_Type_t mcuxClKey_Type_SM2P256_Std_Public
Key type pointers for public SM2 standard keys and modulus sizes 256 bits.
Definition mcuxClOsccaSm2_KeyTypes.h:47