MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
MCUXCLRSA_VERIFY_WA

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

Macros

#define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE
 Definition of CPU workarea size for the RSA Verify function using PSS encoding.
#define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE
 Definition of CPU workarea size for the RSA Verify function using PKCS#1v1.5 encoding.
#define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE
 Definition of PKC workarea size for the RSA Verify function for 1024-bit keys.
#define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE
 Definition of PKC workarea size for the RSA Verify function for 2048-bit keys.
#define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE
 Definition of PKC workarea size for the RSA Verify function for 3072-bit keys.
#define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE
 Definition of PKC workarea size for the RSA Verify function for 4096-bit keys.
#define MCUXCLRSA_VERIFY_WAPKC_SIZE(keyBitLength)
 Macro to extract PKC workarea size to be used with a non-standard key length.

Detailed Description

Definitions of workarea sizes for the mcuxClRsa Verify.

Macro Definition Documentation

◆ MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE

#define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE

Definition of CPU workarea size for the RSA Verify function using PSS encoding.

◆ MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE

#define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE

Definition of CPU workarea size for the RSA Verify function using PKCS#1v1.5 encoding.

◆ MCUXCLRSA_VERIFY_1024_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE

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

◆ MCUXCLRSA_VERIFY_2048_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE

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

◆ MCUXCLRSA_VERIFY_3072_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE

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

◆ MCUXCLRSA_VERIFY_4096_WAPKC_SIZE

#define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE

Definition of PKC workarea size for the RSA 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.