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

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

Detailed Description

Constants for mcuxClEls_EccSignOption_t and mcuxClEls_EccVerifyOption_t.

Macro Definition Documentation

◆ MCUXCLELS_ECC_VALUE_HASHED

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

◆ MCUXCLELS_ECC_VALUE_NOT_HASHED

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

◆ MCUXCLELS_ECC_VALUE_RTF

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

◆ MCUXCLELS_ECC_VALUE_NO_RTF

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