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. | |
#define | MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the private plain key data for 3072-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the private plain key data for 4096-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_2048_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 2048-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 3072-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 4096-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_2048_SIZE |
Definition of bufer size (in bytes) for the public key data for 2048-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the public key data for 3072-bit keys. | |
#define | MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the public key data for 4096-bit keys. | |
Definitions of bufer sizes for the mcuxClRsa_KeyGeneration_Crt and mcuxClRsa_KeyGeneration_Plain functions.
#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_2048_SIZE |
Definition of bufer size (in bytes) for the private plain key data for 2048-bit keys.
#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the private plain key data for 3072-bit keys.
#define MCUXCLRSA_KEYGENERATION_PLAIN_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the private plain key data for 4096-bit keys.
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_2048_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 2048-bit keys.
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 3072-bit keys.
#define MCUXCLRSA_KEYGENERATION_CRT_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the private CRT key data for 4096-bit keys.
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_2048_SIZE |
Definition of bufer size (in bytes) for the public key data for 2048-bit keys.
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_3072_SIZE |
Definition of bufer size (in bytes) for the public key data for 3072-bit keys.
#define MCUXCLRSA_KEYGENERATION_PUBLIC_KEY_DATA_4096_SIZE |
Definition of bufer size (in bytes) for the public key data for 4096-bit keys.