MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClHmac_KeyTypes.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_KEYTYPES_H_
20#define MCUXCLHMAC_KEYTYPES_H_
21
22#include <mcuxClConfig.h> // Exported features flags header
23
24#include <mcuxClKey_Types.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
36MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced. ")
42
47
53
58MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
59 /* mcuxClHmac_KeyTypes */
63
64#ifdef __cplusplus
65} /* extern "C" */
66#endif
67
68#endif /* MCUXCLHMAC_KEYTYPES_H_ */
Type definitions for the mcuxClKey component.
static const mcuxClKey_Type_t mcuxClKey_Type_Hmac_variableLength
Key type pointer for HMAC keys with variable length.
Definition mcuxClHmac_KeyTypes.h:57
static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256
Key type pointer for HMAC-SHA256 based keys.
Definition mcuxClHmac_KeyTypes.h:46
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256
Key type structure for HMAC-SHA256 based keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Hmac_variableLength
Key type structure for Sw-HMAC based keys with variable length.
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition mcuxClKey_Types.h:111
struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
Key type descriptor type.
Definition mcuxClKey_Types.h:104