MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClMacModes_Modes.h
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020-2025 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the 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
23extern "C" {
24#endif
25
32
33MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
34
35
36
40
50
51
63
73
74
75
76
81
91
92
93MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
94
96
97#ifdef __cplusplus
98} /* extern "C" */
99#endif
100
101#endif /* MCUXCLMACMODES_MODES_H_ */
Type definitions for the mcuxClMac component.
const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
MAC mode/algorithm type.
Definition mcuxClMac_Types.h:67
struct mcuxClMac_ModeDescriptor mcuxClMac_ModeDescriptor_t
MAC mode/algorithm descriptor type.
Definition mcuxClMac_Types.h:60
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CMAC_NonBlocking
AES-CMAC mode descriptor, non-blocking API, using the DMA for I/O operations.
static mcuxClMac_Mode_t mcuxClMac_Mode_CBCMAC_PaddingISO9797_1_Method1
AES-CBC-MAC mode with ISO/IEC 9797-1 padding method 1.
Definition mcuxClMacModes_Modes.h:89
static mcuxClMac_Mode_t mcuxClMac_Mode_CMAC_NonBlocking
AES-CMAC mode, non-blocking API, using the DMA for I/O operations.
Definition mcuxClMacModes_Modes.h:71
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CMAC
AES-CMAC mode descriptor.
static mcuxClMac_Mode_t mcuxClMac_Mode_CMAC
AES-CMAC mode.
Definition mcuxClMacModes_Modes.h:48
const mcuxClMac_ModeDescriptor_t mcuxClMac_ModeDescriptor_CBCMAC_PaddingISO9797_1_Method1
AES-CBC-MAC mode descriptor with ISO/IEC 9797-1 padding method 1.