MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLRSA_VERIFY_WA

Definitions of workarea sizes for the mcuxClRsa Verify. More...

Macros

#define MCUXCLRSA_VERIFY_NOVERIFY_WACPU_SIZE
 Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify. More...
 
#define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE
 Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify. More...
 
#define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE
 Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More...
 
#define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE
 Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys. More...
 
#define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE
 Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys. More...
 
#define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE
 Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys. More...
 
#define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE
 Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys. More...
 
#define MCUXCLRSA_VERIFY_WAPKC_SIZE(keyBitLength)
 Macro to extract PKC workarea size to be used with a non-standard key length. More...
 

Detailed Description

Definitions of workarea sizes for the mcuxClRsa Verify.

Macro Definition Documentation

◆ MCUXCLRSA_VERIFY_NOVERIFY_WACPU_SIZE

#define MCUXCLRSA_VERIFY_NOVERIFY_WACPU_SIZE

Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify.

Examples
mcuxClRsa_verify_NoVerify_example.c.

◆ MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE

#define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE

Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify.

Examples
mcuxClRsa_verify_pssverify_sha2_256_example.c.

◆ MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE

#define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE

Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.

◆ MCUXCLRSA_VERIFY_1024_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE

Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys.

◆ MCUXCLRSA_VERIFY_2048_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE

Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys.

Examples
mcuxClRsa_verify_NoVerify_example.c, and mcuxClRsa_verify_pssverify_sha2_256_example.c.

◆ MCUXCLRSA_VERIFY_3072_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE

Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys.

◆ MCUXCLRSA_VERIFY_4096_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE

Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys.

◆ MCUXCLRSA_VERIFY_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_WAPKC_SIZE (   keyBitLength)

Macro to extract PKC workarea size to be used with a non-standard key length.