MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClOsccaRandomModes_MemoryConsumption.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2022-2023 NXP */
3/* */
4/* NXP Proprietary. 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 */
10/* license terms, then you may not retain, install, activate or otherwise */
11/* use the software. */
12/*--------------------------------------------------------------------------*/
13
19#ifndef MCUXCLOSCCARANDOMMODES_MEMORYCONSUMPTION_H_
20#define MCUXCLOSCCARANDOMMODES_MEMORYCONSUMPTION_H_
21
29#ifdef MCUXCL_FEATURE_RANDOMMODES_OSCCA_TRNG
30#define MCUXCLOSCCARANDOMMODES_OSCCARNG_CONTEXT_SIZE (148u)
31#define MCUXCLOSCCARANDOMMODES_OSCCARNG_CONTEXT_SIZE_IN_WORDS (MCUXCLOSCCARANDOMMODES_OSCCARNG_CONTEXT_SIZE/sizeof(uint32_t))
32
33#define MCUXCLOSCCARANDOMMODES_OSCCARNG_SELFTEST_CPU_SIZE (148u)
34#define MCUXCLOSCCARANDOMMODES_OSCCARNG_SELFTEST_CPU_SIZE_IN_WORDS (MCUXCLOSCCARANDOMMODES_OSCCARNG_SELFTEST_CPU_SIZE/sizeof(uint32_t))
35
36#endif /* MCUXCL_FEATURE_RANDOMMODES_OSCCA_TRNG */
37 /* mcuxClOsccaRandomModes_MemoryConsumption */
41
42#endif /* MCUXCLOSCCARANDOMMODES_MEMORYCONSUMPTION_H_ */