MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClSgi_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 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
17
22
23#include <mcuxClSgi_Types.h>
24
31
32#ifndef MCUXCLSGI_CONSTANTS_H
33#define MCUXCLSGI_CONSTANTS_H
34
35/**********************************************
36 * CONSTANTS
37 **********************************************/
38
45/* Status/error codes */
46#define MCUXCLSGI_STATUS_ERROR ((mcuxClSgi_Status_t) 0x0FFF5330U)
47#define MCUXCLSGI_STATUS_UNWRAP_ERROR ((mcuxClSgi_Status_t) 0x0FFF53B8U)
48#define MCUXCLSGI_STATUS_KEYSIZE_NOT_SUPPORTED ((mcuxClSgi_Status_t) 0x0FFF5374U)
49#define MCUXCLSGI_STATUS_UNALIGNED_ACCESS_NOT_SUPPORTED ((mcuxClSgi_Status_t) 0x0FFF5338U)
50#define MCUXCLSGI_STATUS_OK ((mcuxClSgi_Status_t) 0x0FFF2E03U)
51#define MCUXCLSGI_STATUS_FAULT ((mcuxClSgi_Status_t) 0x0FFFF0F0U)
52
56
57#endif /* MCUXCLSGI_CONSTANTS_H */
58
Type and associated constant definitions of the mcuxClSgi component.