MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClAead_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2021, 2023, 2025 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
16
17#ifndef MCUXCLAEAD_CONSTANTS_H_
18#define MCUXCLAEAD_CONSTANTS_H_
19
26
27#include <mcuxClConfig.h> // Exported features flags header
28
29/* Error codes */
30#define MCUXCLAEAD_STATUS_ERROR ((mcuxClAead_Status_t) 0x01115330u)
31#define MCUXCLAEAD_STATUS_FAULT_ATTACK ((mcuxClAead_Status_t) 0x0111F0F0u)
32#define MCUXCLAEAD_STATUS_OK ((mcuxClAead_Status_t) 0x01112E03u)
33#define MCUXCLAEAD_STATUS_INVALID_PARAM ((mcuxClAead_Status_t) 0x011153F8u)
34#define MCUXCLAEAD_STATUS_INVALID_TAG ((mcuxClAead_Status_t) 0x011189F8u)
35
37
38#endif /* MCUXCLAEAD_CONSTANTS_H_ */