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

Defines valid mcuxClSgi function return codes. More...

Macros

#define MCUXCLSGI_STATUS_ERROR
 An error occurred during an SGI operation.
#define MCUXCLSGI_STATUS_UNWRAP_ERROR
 An error occurred during SGI key unwrap, an SGI reset or FULL_FLUSH has to be performed to clear this sticky error.
#define MCUXCLSGI_STATUS_KEYSIZE_NOT_SUPPORTED
 The given key size is not supported for the operation.
#define MCUXCLSGI_STATUS_UNALIGNED_ACCESS_NOT_SUPPORTED
 The given key buffer is not aligned correctly for the operation.
#define MCUXCLSGI_STATUS_OK
 The operation was successful and no SGI error occurred.
#define MCUXCLSGI_STATUS_FAULT
 Fault attack detected.

Detailed Description

Defines valid mcuxClSgi function return codes.

Macro Definition Documentation

◆ MCUXCLSGI_STATUS_ERROR

#define MCUXCLSGI_STATUS_ERROR

An error occurred during an SGI operation.

◆ MCUXCLSGI_STATUS_UNWRAP_ERROR

#define MCUXCLSGI_STATUS_UNWRAP_ERROR

An error occurred during SGI key unwrap, an SGI reset or FULL_FLUSH has to be performed to clear this sticky error.

◆ MCUXCLSGI_STATUS_KEYSIZE_NOT_SUPPORTED

#define MCUXCLSGI_STATUS_KEYSIZE_NOT_SUPPORTED

The given key size is not supported for the operation.

◆ MCUXCLSGI_STATUS_UNALIGNED_ACCESS_NOT_SUPPORTED

#define MCUXCLSGI_STATUS_UNALIGNED_ACCESS_NOT_SUPPORTED

The given key buffer is not aligned correctly for the operation.

◆ MCUXCLSGI_STATUS_OK

#define MCUXCLSGI_STATUS_OK

The operation was successful and no SGI error occurred.

◆ MCUXCLSGI_STATUS_FAULT

#define MCUXCLSGI_STATUS_FAULT

Fault attack detected.