MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLHASH_STATE

Definitions of state sizes for extration of states of a hash operation. More...

Macros

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MD5
 Defines the state size required for MD5. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA_1
 Defines the state size required for SHA-1. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_224
 Defines the state size required for SHA2-224. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_256
 Defines the state size required for SHA2-256. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_384
 Defines the state size required for SHA2-384. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512
 Defines the state size required for SHA2-512. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_224
 Defines the state size required for SHA2-512/224. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_256
 Defines the state size required for SHA2-512/256. More...
 
#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MAX
 Defines the max state size required for this component. More...
 

Detailed Description

Definitions of state sizes for extration of states of a hash operation.

Macro Definition Documentation

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MD5

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MD5

Defines the state size required for MD5.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA_1

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA_1

Defines the state size required for SHA-1.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_224

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_224

Defines the state size required for SHA2-224.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_256

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_256

Defines the state size required for SHA2-256.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_384

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_384

Defines the state size required for SHA2-384.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512

Defines the state size required for SHA2-512.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_224

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_224

Defines the state size required for SHA2-512/224.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_256

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_SHA2_512_256

Defines the state size required for SHA2-512/256.

◆ MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MAX

#define MCUXCLHASH_EXPORT_IMPORT_STATE_SIZE_MAX

Defines the max state size required for this component.