Bit field constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t. More...
Macros | |
#define | MCUXCLELS_ECC_HASHED |
Set this option at mcuxClEls_EccSignOption_t.echashchl or mcuxClEls_EccVerifyOption_t.echashchl to specify input is the hash of the message. | |
#define | MCUXCLELS_ECC_NOT_HASHED |
Set this option at mcuxClEls_EccSignOption_t.echashchl or mcuxClEls_EccVerifyOption_t.echashchl to specify input is the plain message. | |
#define | MCUXCLELS_ECC_RTF |
Set this option at mcuxClEls_EccSignOption_t.signrtf to include the RTF in the signature. | |
#define | MCUXCLELS_ECC_NO_RTF |
Set this option at mcuxClEls_EccSignOption_t.signrtf to not include the RTF in the signature. | |
Bit field constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t.
#define MCUXCLELS_ECC_HASHED |
Set this option at mcuxClEls_EccSignOption_t.echashchl or mcuxClEls_EccVerifyOption_t.echashchl to specify input is the hash of the message.
#define MCUXCLELS_ECC_NOT_HASHED |
Set this option at mcuxClEls_EccSignOption_t.echashchl or mcuxClEls_EccVerifyOption_t.echashchl to specify input is the plain message.
#define MCUXCLELS_ECC_RTF |
Set this option at mcuxClEls_EccSignOption_t.signrtf to include the RTF in the signature.
#define MCUXCLELS_ECC_NO_RTF |
Set this option at mcuxClEls_EccSignOption_t.signrtf to not include the RTF in the signature.