MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClKey_MemoryConsumption.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2021-2024 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#ifndef MCUXCLKEY_MEMORYCONSUMPTION_H_
20#define MCUXCLKEY_MEMORYCONSUMPTION_H_
21
28
29#define MCUXCLKEY_DESCRIPTOR_SIZE (64u)
30#define MCUXCLKEY_DESCRIPTOR_SIZE_IN_WORDS (MCUXCLKEY_DESCRIPTOR_SIZE / sizeof(uint32_t))
31
32#define MCUXCLKEY_TYPEDESCRIPTOR_SIZE (16u)
33#define MCUXCLKEY_TYPEDESCRIPTOR_SIZE_IN_WORDS (MCUXCLKEY_TYPEDESCRIPTOR_SIZE / sizeof(uint32_t))
34
35#define MCUXCLKEY_CUSTOMTYPEDESCRIPTOR_SIZE (16u)
36#define MCUXCLKEY_CUSTOMTYPEDESCRIPTOR_SIZE_IN_WORDS (MCUXCLKEY_CUSTOMTYPEDESCRIPTOR_SIZE / sizeof(uint32_t))
37
38#define MCUXCLKEY_LOADCOPRO_CPU_WA_SIZE (4U)
39#define MCUXCLKEY_LOADCOPRO_CPU_WA_SIZE_IN_WORDS (MCUXCLKEY_LOADCOPRO_CPU_WA_SIZE / sizeof(uint32_t))
40
41#define MCUXCLKEY_ENCODE_CPU_WA_SIZE (4U)
42#define MCUXCLKEY_ENCODE_CPU_WA_SIZE_IN_WORDS (MCUXCLKEY_ENCODE_CPU_WA_SIZE / sizeof(uint32_t))
43
44#define MCUXCLKEY_RECODE_CPU_WA_SIZE (4U)
45#define MCUXCLKEY_RECODE_CPU_WA_SIZE_IN_WORDS (MCUXCLKEY_RECODE_CPU_WA_SIZE / sizeof(uint32_t))
46
47
48
49 /* mcuxClKey_MemoryConsumption */
53
54#endif /* MCUXCLKEY_MEMORYCONSUMPTION_H_ */