Bit field constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t. More...
Macros | |
#define | MCUXCLCSS_ECC_HASHED |
Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the hash of the message. More... | |
#define | MCUXCLCSS_ECC_NOT_HASHED |
Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the plain message. More... | |
#define | MCUXCLCSS_ECC_RTF |
Set this option at mcuxClCss_EccSignOption_t.signrtf to include the RTF in the signature. More... | |
#define | MCUXCLCSS_ECC_NO_RTF |
Set this option at mcuxClCss_EccSignOption_t.signrtf to not include the RTF in the signature. More... | |
Bit field constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t.
#define MCUXCLCSS_ECC_HASHED |
Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the hash of the message.
#define MCUXCLCSS_ECC_NOT_HASHED |
Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the plain message.
#define MCUXCLCSS_ECC_RTF |
Set this option at mcuxClCss_EccSignOption_t.signrtf to include the RTF in the signature.
#define MCUXCLCSS_ECC_NO_RTF |
Set this option at mcuxClCss_EccSignOption_t.signrtf to not include the RTF in the signature.