MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClMacModes_Modes.h
1 /*--------------------------------------------------------------------------*/
2 /* Copyright 2020-2023 NXP */
3 /* */
4 /* NXP Confidential. 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 license */
10 /* terms, then you may not retain, install, activate or otherwise use the */
11 /* software. */
12 /*--------------------------------------------------------------------------*/
13 
14 #ifndef MCUXCLMACMODES_MODES_H_
15 #define MCUXCLMACMODES_MODES_H_
16 
17 #include <mcuxClConfig.h> // Exported features flags header
18 #include <mcuxClCore_Platform.h>
19 #include <mcuxCsslAnalysis.h>
20 #include <mcuxClMac_Types.h>
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
46 
51 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
54 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
55 
56 
57 
63 
68 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
71 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
72 
78 
83 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
86 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
87 
93 
98 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
101 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
102 
106 extern const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CBCMAC_Padding_PKCS7;
107 
111 MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
112 static mcuxClMac_Mode_t mcuxClMac_Mode_CBCMAC_Padding_PKCS7 =
113  &mcuxClMac_ModeDescriptor_CBCMAC_Padding_PKCS7;
114 MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
115 
116 
117 #ifdef __cplusplus
118 } /* extern "C" */
119 #endif
120 
121 #endif /* MCUXCLMACMODES_MODES_H_ */
static mcuxClMac_Mode_t mcuxClMac_Mode_CBCMAC_NoPadding
CBC-MAC mode without padding.
Definition: mcuxClMacModes_Modes.h:69
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CBCMAC_PaddingISO9797_1_Method2
CBC-MAC mode descriptor with ISO/IEC 9797-1 padding method 2.
static mcuxClMac_Mode_t mcuxClMac_Mode_CMAC
CMAC mode.
Definition: mcuxClMacModes_Modes.h:52
const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
MAC mode/algorithm type.
Definition: mcuxClMac_Types.h:67
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CBCMAC_PaddingISO9797_1_Method1
CBC-MAC mode descriptor with ISO/IEC 9797-1 padding method 1.
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CMAC
CMAC mode descriptor.
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CBCMAC_NoPadding
CBC-MAC mode descriptor without padding.
Type definitions for the mcuxClMac component.
static mcuxClMac_Mode_t mcuxClMac_Mode_CBCMAC_PaddingISO9797_1_Method1
CBC-MAC mode with ISO/IEC 9797-1 padding method 1.
Definition: mcuxClMacModes_Modes.h:84
struct mcuxClMac_ModeDescriptor mcuxClMac_ModeDescriptor_t
MAC mode/algorithm descriptor type.
Definition: mcuxClMac_Types.h:60
static mcuxClMac_Mode_t mcuxClMac_Mode_CBCMAC_PaddingISO9797_1_Method2
CBC-MAC mode with ISO/IEC 9797-1 padding method 2.
Definition: mcuxClMacModes_Modes.h:99