MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClHmac_Modes.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 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
19#ifndef MCUXCLHMAC_MODES_H_
20#define MCUXCLHMAC_MODES_H_
21
22#include <mcuxClConfig.h> // Exported features flags header
23#include <mcuxClCore_Platform.h>
24#include <mcuxCsslAnalysis.h>
25#include <mcuxClMac_Types.h>
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
49
62MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Declaration provided for externally accessible API")
65MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
66
67
68#ifdef __cplusplus
69} /* extern "C" */
70#endif
71
72#endif /* MCUXCLHMAC_MODES_H_ */
const mcuxClMac_ModeDescriptor_t mcuxClHmac_ModeDescriptor_SHA2_256_ELS
HMAC-SHA2-256 mode descriptor using ELS HW.
static mcuxClMac_Mode_t mcuxClMac_Mode_HMAC_SHA2_256_ELS
HMAC-SHA2-256 mode using ELS HW.
Definition mcuxClHmac_Modes.h:63
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