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... | |
Definitions of workarea sizes for the mcuxClRsa_KeyGeneration_Crt function.
| #define MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size (in bytes) for the given key length.
| #define MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 2048-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 3072-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClRsa_KeyGeneration_Crt function for 4096-bit keys.
| #define MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size (in bytes) for the given key length.