Constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t. More...
Macros | |
#define | MCUXCLCSS_ECC_VALUE_HASHED |
Set this option at mcuxClCss_EccSignOption_t.value or mcuxClCss_EccVerifyOption_t.value to specify input is the hash of the message. More... | |
#define | MCUXCLCSS_ECC_VALUE_NOT_HASHED |
Set this option at mcuxClCss_EccSignOption_t.value or mcuxClCss_EccVerifyOption_t.value to specify input is the plain message. More... | |
#define | MCUXCLCSS_ECC_VALUE_RTF |
Set this option at mcuxClCss_EccSignOption_t.value to include the RTF in the signature, only for mcuxClCss_EccSignOption_t. More... | |
#define | MCUXCLCSS_ECC_VALUE_NO_RTF |
Set this option at mcuxClCss_EccSignOption_t.value to not include the RTF in the signature, only for mcuxClCss_EccSignOption_t. More... | |
Constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t.
#define MCUXCLCSS_ECC_VALUE_HASHED |
Set this option at mcuxClCss_EccSignOption_t.value or mcuxClCss_EccVerifyOption_t.value to specify input is the hash of the message.
#define MCUXCLCSS_ECC_VALUE_NOT_HASHED |
Set this option at mcuxClCss_EccSignOption_t.value or mcuxClCss_EccVerifyOption_t.value to specify input is the plain message.
#define MCUXCLCSS_ECC_VALUE_RTF |
Set this option at mcuxClCss_EccSignOption_t.value to include the RTF in the signature, only for mcuxClCss_EccSignOption_t.
#define MCUXCLCSS_ECC_VALUE_NO_RTF |
Set this option at mcuxClCss_EccSignOption_t.value to not include the RTF in the signature, only for mcuxClCss_EccSignOption_t.