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

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

Macros

#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 2048-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 3072-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 4096-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_WACPU_SIZE(keyBitLength)
 Macro to extract CPU workarea size for the given key length.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 2048-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 3072-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Plain function for 4096-bit keys.
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_WAPKC_SIZE(keyBitLength)
 Macro to extract PKC workarea size for the given key length.
 

Detailed Description

Definitions of workarea sizes for the mcuxClRsa_KeyGeneration_Plain function.

Macro Definition Documentation

◆ MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_WACPU_SIZE (   keyBitLength)

Macro to extract CPU workarea size for the given key length.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE

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

◆ MCUXCLRSA_KEYGENERATION_PLAIN_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_WAPKC_SIZE (   keyBitLength)

Macro to extract PKC workarea size for the given key length.