Constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t. More...
Macros | |
#define | MCUXCLELS_ECC_VALUE_HASHED |
Set this option at mcuxClEls_EccSignOption_t.value or mcuxClEls_EccVerifyOption_t.value to specify input is the hash of the message. | |
#define | MCUXCLELS_ECC_VALUE_NOT_HASHED |
Set this option at mcuxClEls_EccSignOption_t.value or mcuxClEls_EccVerifyOption_t.value to specify input is the plain message. | |
#define | MCUXCLELS_ECC_VALUE_RTF |
Set this option at mcuxClEls_EccSignOption_t.value to include the RTF in the signature, only for mcuxClEls_EccSignOption_t. | |
#define | MCUXCLELS_ECC_VALUE_NO_RTF |
Set this option at mcuxClEls_EccSignOption_t.value to not include the RTF in the signature, only for mcuxClEls_EccSignOption_t. | |
Constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t.
#define MCUXCLELS_ECC_VALUE_HASHED |
Set this option at mcuxClEls_EccSignOption_t.value or mcuxClEls_EccVerifyOption_t.value to specify input is the hash of the message.
#define MCUXCLELS_ECC_VALUE_NOT_HASHED |
Set this option at mcuxClEls_EccSignOption_t.value or mcuxClEls_EccVerifyOption_t.value to specify input is the plain message.
#define MCUXCLELS_ECC_VALUE_RTF |
Set this option at mcuxClEls_EccSignOption_t.value to include the RTF in the signature, only for mcuxClEls_EccSignOption_t.
#define MCUXCLELS_ECC_VALUE_NO_RTF |
Set this option at mcuxClEls_EccSignOption_t.value to not include the RTF in the signature, only for mcuxClEls_EccSignOption_t.