MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLRSA_KEYGENERATION_CRT_WA

Definitions of workarea sizes for the mcuxClRsa_KeyGeneration_Crt function. More...

Macros

#define MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE(keyBitLength)
 Macro to extract CPU workarea size (in bytes) for the given key length. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE(keyBitLength)
 Macro to extract PKC workarea size (in bytes) for the given key length. More...
 

Detailed Description

Definitions of workarea sizes for the mcuxClRsa_KeyGeneration_Crt function.

Macro Definition Documentation

◆ MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE (   keyBitLength)

Macro to extract CPU workarea size (in bytes) for the given key length.

◆ MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE (   keyBitLength)

Macro to extract PKC workarea size (in bytes) for the given key length.