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

Definitions of workarea sizes for the mcuxClKey_generate_keypair function required to generate RSA key in plain form. More...

Macros

#define MCUXCLRSA_KEYGENERATION_PLAIN_1024_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE
 Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_WACPU_SIZE(keyBitLength)
 Macro to extract CPU workarea size for the given key length.
#define MCUXCLRSA_KEYGENERATION_PLAIN_1024_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in plain form.
#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE
 Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in plain form.
#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 mcuxClKey_generate_keypair function required to generate RSA key in plain form.

Macro Definition Documentation

◆ MCUXCLRSA_KEYGENERATION_PLAIN_1024_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_1024_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WACPU_SIZE

Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in plain form.

◆ 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_1024_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_1024_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_2048_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_3072_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_4096_WAPKC_SIZE

Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in plain form.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_WAPKC_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_WAPKC_SIZE ( keyBitLength)

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