MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClAeadModes_MemoryConsumption.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2021-2023 NXP */
3/* */
4/* NXP Confidential. 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 license */
10/* terms, then you may not retain, install, activate or otherwise use the */
11/* software. */
12/*--------------------------------------------------------------------------*/
13
17#ifndef MCUXCLAEADMODES_MEMORYCONSUMPTION_H_
18#define MCUXCLAEADMODES_MEMORYCONSUMPTION_H_
19
20#include <mcuxClCore_Macros.h>
21
31#define MCUXCLAEAD_CRYPT_CPU_WA_BUFFER_SIZE (124u)
32#define MCUXCLAEAD_CRYPT_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_CRYPT_CPU_WA_BUFFER_SIZE )
33
34#define MCUXCLAEAD_INIT_CPU_WA_BUFFER_SIZE (4u)
35#define MCUXCLAEAD_INIT_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_INIT_CPU_WA_BUFFER_SIZE )
36
37
38
39
40#define MCUXCLAEAD_PROCESS_CPU_WA_BUFFER_SIZE (4u)
41#define MCUXCLAEAD_PROCESS_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_PROCESS_CPU_WA_BUFFER_SIZE )
42#define MCUXCLAEAD_PROCESS_ADATA_CPU_WA_BUFFER_SIZE (4u)
43#define MCUXCLAEAD_PROCESS_ADATA_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_PROCESS_ADATA_CPU_WA_BUFFER_SIZE )
44#define MCUXCLAEAD_FINISH_CPU_WA_BUFFER_SIZE (4u)
45#define MCUXCLAEAD_FINISH_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_FINISH_CPU_WA_BUFFER_SIZE )
46#define MCUXCLAEAD_VERIFY_CPU_WA_BUFFER_SIZE (4u)
47#define MCUXCLAEAD_VERIFY_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_VERIFY_CPU_WA_BUFFER_SIZE )
48#define MCUXCLAEAD_MAX_CPU_WA_BUFFER_SIZE (124u)
49#define MCUXCLAEAD_MAX_CPU_WA_BUFFER_SIZE_IN_WORDS MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_MAX_CPU_WA_BUFFER_SIZE )
50
51#define MCUXCLAEAD_CONTEXT_SIZE (124u)
52
53
58#define MCUXCLAEAD_WA_SIZE_MAX (124u)
59#define MCUXCLAEAD_WA_SIZE_IN_WORDS_MAX MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(MCUXCLAEAD_WA_SIZE_MAX )
60 /* mcuxClAead_MemoryConsumption */
64
65#endif /* MCUXCLAEADMODES_MEMORYCONSUMPTION_H_ */
Definition of macros.