MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLCSS_STATUS_ECDSAVFY_

ECDSA verify check values. More...

Macros

#define MCUXCLCSS_STATUS_ECDSAVFY_NORUN
 This value of mcuxClCss_HwState_t.ecdsavfy means that no ECDSA verify operation has been executed. More...
 
#define MCUXCLCSS_STATUS_ECDSAVFY_FAIL
 This value of mcuxClCss_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification failed. More...
 
#define MCUXCLCSS_STATUS_ECDSAVFY_OK
 This value of mcuxClCss_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification passed. More...
 
#define MCUXCLCSS_STATUS_ECDSAVFY_ERROR
 This value of mcuxClCss_HwState_t.ecdsavfy means that an error has occurred. More...
 

Detailed Description

ECDSA verify check values.

Macro Definition Documentation

◆ MCUXCLCSS_STATUS_ECDSAVFY_NORUN

#define MCUXCLCSS_STATUS_ECDSAVFY_NORUN

This value of mcuxClCss_HwState_t.ecdsavfy means that no ECDSA verify operation has been executed.

◆ MCUXCLCSS_STATUS_ECDSAVFY_FAIL

#define MCUXCLCSS_STATUS_ECDSAVFY_FAIL

This value of mcuxClCss_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification failed.

◆ MCUXCLCSS_STATUS_ECDSAVFY_OK

#define MCUXCLCSS_STATUS_ECDSAVFY_OK

This value of mcuxClCss_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification passed.

Examples
ecc_keygen_sign_verify.c.

◆ MCUXCLCSS_STATUS_ECDSAVFY_ERROR

#define MCUXCLCSS_STATUS_ECDSAVFY_ERROR

This value of mcuxClCss_HwState_t.ecdsavfy means that an error has occurred.