MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClRandom_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020-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
18
19
20#ifndef MCUXCLRANDOM_CONSTANTS_H_
21#define MCUXCLRANDOM_CONSTANTS_H_
22
23
24#include <mcuxClConfig.h> // Exported features flags header
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/**********************************************************/
31/* Constants of mcuxClRandom */
32/**********************************************************/
39
43#define MCUXCLRANDOM_STATUS_ERROR 0x0BBB5330u
44#define MCUXCLRANDOM_STATUS_LOW_SECURITY_STRENGTH 0x0BBB5334u
45#define MCUXCLRANDOM_STATUS_INVALID_PARAM 0x0BBB53F8u
46#define MCUXCLRANDOM_STATUS_OK 0x0BBB2E03u
47#define MCUXCLRANDOM_STATUS_FAULT_ATTACK 0x0BBBF0F0u
49 /* mcuxClRandom_Constants */
53
54#ifdef __cplusplus
55} /* extern "C" */
56#endif
57
58#endif /* MCUXCLRANDOM_TYPES_H_ */