MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClAes_Types.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
18#ifndef MCUXCLAES_TYPES_H_
19#define MCUXCLAES_TYPES_H_
20
21#include <stdint.h>
22
23#include <mcuxClConfig.h> // Exported features flags header
24
25#include <mcuxClKey_Constants.h>
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
44typedef uint32_t mcuxClAes_Status_t;
45 /* mcuxClAes_Types */
49
50#ifdef __cplusplus
51} /* extern "C" */
52#endif
53
54#endif /* MCUXCLAES_TYPES_H_ */
Constants for the mcuxClKey component.
uint32_t mcuxClAes_Status_t
AES status code.
Definition mcuxClAes_Types.h:44