MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClAes_KeyTypes.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
19#ifndef MCUXCLAES_KEYTYPES_H_
20#define MCUXCLAES_KEYTYPES_H_
21
22#include <mcuxClConfig.h> // Exported features flags header
23
24#include <stdint.h>
25#include <stdbool.h>
26
27#include <mcuxClKey_Types.h>
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced. ")
34
35
46
51
57
62
68
73 /* mcuxClAes_KeyTypes */
77
78MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
79
80#ifdef __cplusplus
81} /* extern "C" */
82#endif
83
84#endif /* MCUXCLAES_KEYTYPES_H_ */
Type definitions for the mcuxClKey component.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes256
Key type pointer for AES-256 based keys.
Definition mcuxClAes_KeyTypes.h:72
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
Key type structure for AES-192 based keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256
Key type structure for AES-256 based keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes128
Key type pointer for AES-128 based keys.
Definition mcuxClAes_KeyTypes.h:50
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128
Key type structure for AES-128 based keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Aes192
Key type pointer for AES-192 based keys.
Definition mcuxClAes_KeyTypes.h:61
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