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. | |
Defines valid mcuxClSgi function return codes.
| #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.