MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
MCUXCLELS_STATUS_ECDSAVFY_

ECDSA verify check values. More...

Macros

#define MCUXCLELS_STATUS_ECDSAVFY_NORUN
 This value of mcuxClEls_HwState_t.ecdsavfy means that no ECDSA verify operation has been executed.
 
#define MCUXCLELS_STATUS_ECDSAVFY_FAIL
 This value of mcuxClEls_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification failed.
 
#define MCUXCLELS_STATUS_ECDSAVFY_OK
 This value of mcuxClEls_HwState_t.ecdsavfy means that the most recently finished ECDSA signature verification passed.
 
#define MCUXCLELS_STATUS_ECDSAVFY_ERROR
 This value of mcuxClEls_HwState_t.ecdsavfy means that an error has occurred.
 

Detailed Description

ECDSA verify check values.

Macro Definition Documentation

◆ MCUXCLELS_STATUS_ECDSAVFY_NORUN

#define MCUXCLELS_STATUS_ECDSAVFY_NORUN

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

◆ MCUXCLELS_STATUS_ECDSAVFY_FAIL

#define MCUXCLELS_STATUS_ECDSAVFY_FAIL

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

◆ MCUXCLELS_STATUS_ECDSAVFY_OK

#define MCUXCLELS_STATUS_ECDSAVFY_OK

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

Examples
mcuxClEls_Ecc_Keygen_Sign_Verify_example.c.

◆ MCUXCLELS_STATUS_ECDSAVFY_ERROR

#define MCUXCLELS_STATUS_ECDSAVFY_ERROR

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