MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLELS_ECC (Sign and Verify) option bit field values

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. More...
 
#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. More...
 
#define MCUXCLELS_ECC_RTF
 Set this option at mcuxClEls_EccSignOption_t.signrtf to include the RTF in the signature. More...
 
#define MCUXCLELS_ECC_NO_RTF
 Set this option at mcuxClEls_EccSignOption_t.signrtf to not include the RTF in the signature. More...
 

Detailed Description

Bit field constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t.

Macro Definition Documentation

◆ MCUXCLELS_ECC_HASHED

#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.

◆ MCUXCLELS_ECC_NOT_HASHED

#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.

Examples
mcuxClEls_Key_Import_Puk_DER_example.c.

◆ MCUXCLELS_ECC_RTF

#define MCUXCLELS_ECC_RTF

Set this option at mcuxClEls_EccSignOption_t.signrtf to include the RTF in the signature.

◆ MCUXCLELS_ECC_NO_RTF

#define MCUXCLELS_ECC_NO_RTF

Set this option at mcuxClEls_EccSignOption_t.signrtf to not include the RTF in the signature.