Definitions of workarea sizes for the mcuxClRsa_sign function. More...
Macros | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_WAPKC_SIZE(keyBitLength) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_3072_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_4096_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*. More... | |
#define | MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_WAPKC_SIZE(keyBitLength) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_512_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1536_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_WAPKC_SIZE(keyBitLength) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_512_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_1536_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_512_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_1536_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_512_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_1536_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_512_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_1024_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_1536_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_2048_WAPKC_SIZE(saltLen) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_WAPKC_SIZE(keyBitLength, saltLen) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_WACPU_SIZE(keyBitLength) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_512_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 512-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1024-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1536_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1536-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 2048-bit primes p,q. More... | |
#define | MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_WAPKC_SIZE(keyBitLength) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA. More... | |
Definitions of workarea sizes for the mcuxClRsa_sign function.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_NoEncode.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONNOENCODE_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA224_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA256_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA384_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_3072_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_4096_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPSSENCODE_SHA512_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_3072_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_4096_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 1024-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 2048-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_3072_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 3072-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_4096_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function for 4096-bit private plain keys using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*.
#define MCUXCLRSA_SIGN_PLAIN_OPTIONPKCS1V15ENCODE_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATEPLAIN.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_512_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_1536_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_NoEncode, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONNOENCODE_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_*, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_512_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_1536_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_224, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA224_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_512_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_1536_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_256, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA256_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_512_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_1536_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_384, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA384_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_512_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_1024_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_1536_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_2048_WAPKC_SIZE | ( | saltLen | ) |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_Pss_Sha2_512, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPSSENCODE_SHA512_WAPKC_SIZE | ( | keyBitLength, | |
saltLen | |||
) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_512_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1024_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1536_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_2048_WACPU_SIZE |
Definition of CPU workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_WACPU_SIZE | ( | keyBitLength | ) |
Macro to extract CPU workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_512_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 512-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1024_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1024-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_1536_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 1536-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_2048_WAPKC_SIZE |
Definition of PKC workarea size for the mcuxClRsa_sign function using mode mcuxClRsa_Mode_Sign_PKCS1v15_Sha2_*, for CRT keys with 2048-bit primes p,q.
#define MCUXCLRSA_SIGN_CRT_OPTIONPKCS1V15ENCODE_WAPKC_SIZE | ( | keyBitLength | ) |
Macro to extract PKC workarea size to be used with a non-standard key length, with a key of type MCUXCLRSA_KEY_PRIVATECRT or MCUXCLRSA_KEY_PRIVATECRT_DFA.