MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClAeadModes_Modes.h
Go to the documentation of this file.
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
16
17#ifndef MCUXCLAEADMODES_MODES_H_
18#define MCUXCLAEADMODES_MODES_H_
19
20#include <mcuxClConfig.h> // Exported features flags header
21#include <mcuxClAead_Types.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
33
34MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
35
36
39
40
42
52
60
70
71#ifdef MCUXCL_FEATURE_AEADMODES_SW
72#endif /* MCUXCL_FEATURE_AEADMODES_SW */
73
74MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
75
76
77
78#ifdef __cplusplus
79} /* extern "C" */
80#endif
81
82#endif /* MCUXCLAEADMODES_MODES_H_ */
Type definitions for the mcuxClAead component.
const mcuxClAead_ModeDescriptor_t *const mcuxClAead_Mode_t
AEAD mode/algorithm type.
Definition mcuxClAead_Types.h:63
struct mcuxClAead_ModeDescriptor mcuxClAead_ModeDescriptor_t
AEAD mode/algorithm descriptor type.
Definition mcuxClAead_Types.h:55
static mcuxClAead_Mode_t mcuxClAead_Mode_GCM
GCM mode.
Definition mcuxClAeadModes_Modes.h:68
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_CCM
AES-CCM mode descriptor.
static mcuxClAead_Mode_t mcuxClAead_Mode_CCM
AES-CCM mode.
Definition mcuxClAeadModes_Modes.h:50
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_GCM
GCM mode descriptor.