MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHash_MemoryConsumption.h File Reference

Defines the memory consumption for the mcuxClHash component. More...

Go to the source code of this file.

Macros

#define MCUXCLHASH_COMPUTE_CPU_WA_BUFFER_SIZE_MAX
 Defines the max workarea size required for mcuxClHash_compute. More...
 
#define MCUXCLHASH_COMPARE_CPU_WA_BUFFER_SIZE_MAX
 Defines the max workarea size required for mcuxClHash_compare. More...
 
#define MCUXCLHASH_INIT_CPU_WA_BUFFER_SIZE
 Defines the max workarea size required for mcuxClHash_init. More...
 
#define MCUXCLHASH_PROCESS_CPU_WA_BUFFER_SIZE_MAX
 Defines the max workarea size required for mcuxClHash_process. More...
 
#define MCUXCLHASH_FINISH_CPU_WA_BUFFER_SIZE_MAX
 Defines the max workarea size required for mcuxClHash_finish. More...
 
#define MCUXCLHASH_VERIFY_CPU_WA_BUFFER_SIZE_MAX
 Defines the max workarea size required for mcuxClHash_verify. More...
 
#define MCUXCLHASH_MAX_CPU_WA_BUFFER_SIZE
 Defines the max workarea size required for this component. More...
 
#define MCUXCLHASH_CONTEXT_SIZE
 Defines the maximum size a context might need. More...
 
#define MCUXCLHASH_CONTEXT_SIZE_IN_WORDS
 

Detailed Description

Defines the memory consumption for the mcuxClHash component.

Macro Definition Documentation

◆ MCUXCLHASH_COMPUTE_CPU_WA_BUFFER_SIZE_MAX

#define MCUXCLHASH_COMPUTE_CPU_WA_BUFFER_SIZE_MAX

Defines the max workarea size required for mcuxClHash_compute.

◆ MCUXCLHASH_COMPARE_CPU_WA_BUFFER_SIZE_MAX

#define MCUXCLHASH_COMPARE_CPU_WA_BUFFER_SIZE_MAX

Defines the max workarea size required for mcuxClHash_compare.

◆ MCUXCLHASH_INIT_CPU_WA_BUFFER_SIZE

#define MCUXCLHASH_INIT_CPU_WA_BUFFER_SIZE

Defines the max workarea size required for mcuxClHash_init.

◆ MCUXCLHASH_PROCESS_CPU_WA_BUFFER_SIZE_MAX

#define MCUXCLHASH_PROCESS_CPU_WA_BUFFER_SIZE_MAX

Defines the max workarea size required for mcuxClHash_process.

◆ MCUXCLHASH_FINISH_CPU_WA_BUFFER_SIZE_MAX

#define MCUXCLHASH_FINISH_CPU_WA_BUFFER_SIZE_MAX

Defines the max workarea size required for mcuxClHash_finish.

◆ MCUXCLHASH_VERIFY_CPU_WA_BUFFER_SIZE_MAX

#define MCUXCLHASH_VERIFY_CPU_WA_BUFFER_SIZE_MAX

Defines the max workarea size required for mcuxClHash_verify.

◆ MCUXCLHASH_MAX_CPU_WA_BUFFER_SIZE

#define MCUXCLHASH_MAX_CPU_WA_BUFFER_SIZE

Defines the max workarea size required for this component.

◆ MCUXCLHASH_CONTEXT_SIZE

#define MCUXCLHASH_CONTEXT_SIZE

Defines the maximum size a context might need.