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

Bit field constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t. More...

Macros

#define MCUXCLCSS_ECC_HASHED
 Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the hash of the message. More...
 
#define MCUXCLCSS_ECC_NOT_HASHED
 Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the plain message. More...
 
#define MCUXCLCSS_ECC_RTF
 Set this option at mcuxClCss_EccSignOption_t.signrtf to include the RTF in the signature. More...
 
#define MCUXCLCSS_ECC_NO_RTF
 Set this option at mcuxClCss_EccSignOption_t.signrtf to not include the RTF in the signature. More...
 

Detailed Description

Bit field constants for mcuxClCss_EccSignOption_t and mcuxClCss_EccVerifyOption_t.

Macro Definition Documentation

◆ MCUXCLCSS_ECC_HASHED

#define MCUXCLCSS_ECC_HASHED

Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the hash of the message.

◆ MCUXCLCSS_ECC_NOT_HASHED

#define MCUXCLCSS_ECC_NOT_HASHED

Set this option at mcuxClCss_EccSignOption_t.echashchl or mcuxClCss_EccVerifyOption_t.echashchl to specify input is the plain message.

◆ MCUXCLCSS_ECC_RTF

#define MCUXCLCSS_ECC_RTF

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

◆ MCUXCLCSS_ECC_NO_RTF

#define MCUXCLCSS_ECC_NO_RTF

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