Definitions of workarea sizes for the mcuxClKey_generate_keypair function required to generate RSA key in CRT form. More...
Macros | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_1024_WACPU_SIZE |
| Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE |
| Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE |
| Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE |
| Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE(keyBitLength) |
| Macro to extract CPU workarea size (in bytes) for the given key length. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_1024_WAPKC_SIZE |
| Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE |
| Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE |
| Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE |
| Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in CRT form. | |
| #define | MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE(keyBitLength) |
| Macro to extract PKC workarea size (in bytes) for the given key length. | |
Definitions of workarea sizes for the mcuxClKey_generate_keypair function required to generate RSA key in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_1024_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_2048_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_3072_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_4096_WACPU_SIZE |
Definition of CPU workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size (in bytes) for the given key length.
| #define MCUXCLRSA_KEYGENERATION_CRT_1024_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 1024-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_2048_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 2048-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_3072_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 3072-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_4096_WAPKC_SIZE |
Definition of PKC workarea size (in bytes) for the mcuxClKey_generate_keypair function required to generate 4096-bit RSA keys in CRT form.
| #define MCUXCLRSA_KEYGENERATION_CRT_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size (in bytes) for the given key length.