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-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
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
41MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
42
43
47
53
58
64
69
75
80
86
87
88MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
89
90#ifdef __cplusplus
91} /* extern "C" */
92#endif
93
94#endif /* MCUXCLAEADMODES_MODES_H_ */
static mcuxClAead_Mode_t mcuxClAead_Mode_AES_CCM_DEC
AES CCM decrypt mode.
Definition mcuxClAeadModes_Modes.h:62
static mcuxClAead_Mode_t mcuxClAead_Mode_AES_CCM_ENC
AES CCM encrypt mode.
Definition mcuxClAeadModes_Modes.h:51
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_CCM_DEC
AES CCM decrypt mode descriptor.
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_GCM_ENC
AES GCM encrypt mode descriptor.
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_CCM_ENC
AES CCM encrypt mode descriptor.
const mcuxClAead_ModeDescriptor_t mcuxClAead_ModeDescriptor_AES_GCM_DEC
AES GCM decrypt mode descriptor.
static mcuxClAead_Mode_t mcuxClAead_Mode_AES_GCM_ENC
AES GCM encrypt mode.
Definition mcuxClAeadModes_Modes.h:73
static mcuxClAead_Mode_t mcuxClAead_Mode_AES_GCM_DEC
AES GCM decrypt mode.
Definition mcuxClAeadModes_Modes.h:84
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