Definitions of workarea sizes for the mcuxClRsa_verify function. More...
Macros | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONNOVERIFY_WAPKC_SIZE(keyBitLength) |
Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_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 function.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_NoVerify.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_NoVerify.
#define MCUXCLRSA_VERIFY_OPTIONNOVERIFY_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PssVerify.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_224.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA224_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_256.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA256_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_384.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA384_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_Pss_Sha2_512.
#define MCUXCLRSA_VERIFY_OPTIONPSSVERIFY_SHA512_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_verify function using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 1024-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 2048-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 3072-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_verify function for 4096-bit keys using mode mcuxClRsa_Mode_Verify_PKCS1v15_Sha2_*.
#define MCUXCLRSA_VERIFY_OPTIONPKCS1V15VERIFY_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length.