MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLRSA_KEYGENERATION_KEY_DATA_SIZE

Definitions of bufer sizes for the mcuxClRsa_KeyGeneration_Crt and mcuxClRsa_KeyGeneration_Plain functions. More...

Macros

#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_2048_SIZE
 Definition of bufer size (in bytes) for the private plain key data for 2048-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_3072_SIZE
 Definition of bufer size (in bytes) for the private plain key data for 3072-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_4096_SIZE
 Definition of bufer size (in bytes) for the private plain key data for 4096-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_2048_SIZE
 Definition of bufer size (in bytes) for the private CRT key data for 2048-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_3072_SIZE
 Definition of bufer size (in bytes) for the private CRT key data for 3072-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_4096_SIZE
 Definition of bufer size (in bytes) for the private CRT key data for 4096-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_2048_SIZE
 Definition of bufer size (in bytes) for the public key data for 2048-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_3072_SIZE
 Definition of bufer size (in bytes) for the public key data for 3072-bit keys. More...
 
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_4096_SIZE
 Definition of bufer size (in bytes) for the public key data for 4096-bit keys. More...
 

Detailed Description

Definitions of bufer sizes for the mcuxClRsa_KeyGeneration_Crt and mcuxClRsa_KeyGeneration_Plain functions.

Macro Definition Documentation

◆ MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_2048_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_2048_SIZE

Definition of bufer size (in bytes) for the private plain key data for 2048-bit keys.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_3072_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_3072_SIZE

Definition of bufer size (in bytes) for the private plain key data for 3072-bit keys.

◆ MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_4096_SIZE

#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_4096_SIZE

Definition of bufer size (in bytes) for the private plain key data for 4096-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_2048_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_2048_SIZE

Definition of bufer size (in bytes) for the private CRT key data for 2048-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_3072_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_3072_SIZE

Definition of bufer size (in bytes) for the private CRT key data for 3072-bit keys.

◆ MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_4096_SIZE

#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_4096_SIZE

Definition of bufer size (in bytes) for the private CRT key data for 4096-bit keys.

◆ MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_2048_SIZE

#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_2048_SIZE

Definition of bufer size (in bytes) for the public key data for 2048-bit keys.

◆ MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_3072_SIZE

#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_3072_SIZE

Definition of bufer size (in bytes) for the public key data for 3072-bit keys.

◆ MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_4096_SIZE

#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_4096_SIZE

Definition of bufer size (in bytes) for the public key data for 4096-bit keys.