19#ifndef MCUXCLOSCCASM2_KEYTYPES_H_
20#define MCUXCLOSCCASM2_KEYTYPES_H_
22#include <mcuxClCore_Platform.h>
38MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
40MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
46MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
48MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
53MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
55MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
61MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
63MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
68MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
70MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
76MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
78MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
83MCUX_CSSL_ANALYSIS_START_PATTERN_DESCRIPTIVE_IDENTIFIER()
85MCUX_CSSL_ANALYSIS_STOP_PATTERN_DESCRIPTIVE_IDENTIFIER()
91MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
93MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
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