MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLPKC_STATUS_

mcuxClPkc return code definitions More...

Macros

#define MCUXCLPKC_STATUS_OK
 PKC operation successful. More...
 
#define MCUXCLPKC_STATUS_NOK
 PKC operation not successful. More...
 

Typedefs

typedef uint32_t mcuxClPkc_Status_t
 Type for error codes used by PKC component functions. More...
 
typedef mcuxClPkc_Status_t mcuxClPkc_Status_Protected_t
 Deprecated type for error codes used by code-flow protected PKC component functions. More...
 

Detailed Description

mcuxClPkc return code definitions

Macro Definition Documentation

◆ MCUXCLPKC_STATUS_OK

#define MCUXCLPKC_STATUS_OK

PKC operation successful.

◆ MCUXCLPKC_STATUS_NOK

#define MCUXCLPKC_STATUS_NOK

PKC operation not successful.

Typedef Documentation

◆ mcuxClPkc_Status_t

typedef uint32_t mcuxClPkc_Status_t

Type for error codes used by PKC component functions.

◆ mcuxClPkc_Status_Protected_t

Deprecated type for error codes used by code-flow protected PKC component functions.