Definitions of workarea sizes for the mcuxClRsa Verify. More...
Macros | |
| #define | MCUXCLRSA_VERIFY_NOVERIFY_WACPU_SIZE |
| Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
| #define | MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE |
| Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify. More... | |
| #define | MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE |
| Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
| #define | MCUXCLRSA_VERIFY_1024_WAPKC_SIZE |
| Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys. More... | |
| #define | MCUXCLRSA_VERIFY_2048_WAPKC_SIZE |
| Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys. More... | |
| #define | MCUXCLRSA_VERIFY_3072_WAPKC_SIZE |
| Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys. More... | |
| #define | MCUXCLRSA_VERIFY_4096_WAPKC_SIZE |
| Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys. More... | |
| #define | MCUXCLRSA_VERIFY_WAPKC_SIZE(keyBitLength) |
| Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
Definitions of workarea sizes for the mcuxClRsa Verify.
| #define MCUXCLRSA_VERIFY_NOVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify.
| #define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify.
| #define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
| #define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys.
| #define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys.
| #define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys.
| #define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys.
| #define MCUXCLRSA_VERIFY_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length.