Definitions of workarea sizes for the mcuxClRsa Verify. More...
Macros | |
| #define | MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE |
| Definition of CPU workarea size for the RSA Verify function using PSS encoding. | |
| #define | MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE |
| Definition of CPU workarea size for the RSA Verify function using PKCS#1v1.5 encoding. | |
| #define | MCUXCLRSA_VERIFY_1024_WAPKC_SIZE |
| Definition of PKC workarea size for the RSA Verify function for 1024-bit keys. | |
| #define | MCUXCLRSA_VERIFY_2048_WAPKC_SIZE |
| Definition of PKC workarea size for the RSA Verify function for 2048-bit keys. | |
| #define | MCUXCLRSA_VERIFY_3072_WAPKC_SIZE |
| Definition of PKC workarea size for the RSA Verify function for 3072-bit keys. | |
| #define | MCUXCLRSA_VERIFY_4096_WAPKC_SIZE |
| Definition of PKC workarea size for the RSA 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. | |
Definitions of workarea sizes for the mcuxClRsa Verify.
| #define MCUXCLRSA_VERIFY_PSSVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the RSA Verify function using PSS encoding.
| #define MCUXCLRSA_VERIFY_PKCS1V15VERIFY_WACPU_SIZE |
Definition of CPU workarea size for the RSA Verify function using PKCS#1v1.5 encoding.
| #define MCUXCLRSA_VERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the RSA Verify function for 1024-bit keys.
| #define MCUXCLRSA_VERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the RSA Verify function for 2048-bit keys.
| #define MCUXCLRSA_VERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the RSA Verify function for 3072-bit keys.
| #define MCUXCLRSA_VERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the RSA 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.