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 and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
17
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
37
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