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-2024 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
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_CEIL(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_CEIL(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_CEIL(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_CEIL(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_CEIL(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_CEIL(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_CEIL(MCUXCLAEAD_MAX_CPU_WA_BUFFER_SIZE )
50
51
#define MCUXCLAEAD_CONTEXT_SIZE (124u)
52
#define MCUXCLAEAD_CONTEXT_SIZE_IN_WORDS (MCUXCLCORE_NUM_OF_CPUWORDS_CEIL(MCUXCLAEAD_CONTEXT_SIZE))
53
54
59
#define MCUXCLAEAD_WA_SIZE_MAX (124u)
60
#define MCUXCLAEAD_WA_SIZE_IN_WORDS_MAX (MCUXCLCORE_NUM_OF_CPUWORDS_CEIL(MCUXCLAEAD_WA_SIZE_MAX))
61
/* mcuxClAead_MemoryConsumption */
65
66
#endif
/* MCUXCLAEADMODES_MEMORYCONSUMPTION_H_ */
mcuxClCore_Macros.h
Definition of macros.
platform
mcxn
mcuxClAeadModes_MemoryConsumption.h
Generated by
1.9.7