Return code definitions. More...
Macros | |
| #define | MCUXCLCSS_STATUS_OK |
| No error occurred. More... | |
| #define | MCUXCLCSS_STATUS_OK_WAIT |
An _Async function successfully started a CSS command. Call mcuxClCss_WaitForOperation to complete it. More... | |
| #define | MCUXCLCSS_STATUS_HW_FAULT |
| CSSv2 hardware detected a fault. More... | |
| #define | MCUXCLCSS_STATUS_HW_ALGORITHM |
| An algorithm failed in hardware. More... | |
| #define | MCUXCLCSS_STATUS_HW_OPERATIONAL |
| CSSv2 was operated incorrectly. More... | |
| #define | MCUXCLCSS_STATUS_HW_BUS |
| A bus access failed. More... | |
| #define | MCUXCLCSS_STATUS_HW_INTEGRITY |
| An integrity check failed in hardware. More... | |
| #define | MCUXCLCSS_STATUS_HW_PRNG |
| Read access to PRNG output while PRNG is not in ready state. More... | |
| #define | MCUXCLCSS_STATUS_HW_DTRNG |
| Unable to get entropy from dTRNG with current configuration. More... | |
| #define | MCUXCLCSS_STATUS_SW_FAULT |
| Software detected a fault. More... | |
| #define | MCUXCLCSS_STATUS_SW_CANNOT_INTERRUPT |
| A CSS command was started while the CSS was still busy, or a SHA-Direct command was started while the SHA kernel was still busy. More... | |
| #define | MCUXCLCSS_STATUS_SW_INVALID_PARAM |
| Incorrect parameters were supplied. More... | |
| #define | MCUXCLCSS_STATUS_SW_INVALID_STATE |
| This can happen when CSS is in a wrong state for the requested CSS command. More... | |
| #define | MCUXCLCSS_STATUS_SW_COUNTER_EXPIRED |
| A software counter expired while waiting for a CSS operation to finish. More... | |
| #define | MCUXCLCSS_STATUS_SW_COMPARISON_FAILED |
| A comparison between a CSS flag and its expected value failed. More... | |
Return code definitions.
| #define MCUXCLCSS_STATUS_OK |
No error occurred.
| #define MCUXCLCSS_STATUS_OK_WAIT |
An _Async function successfully started a CSS command. Call mcuxClCss_WaitForOperation to complete it.
| #define MCUXCLCSS_STATUS_HW_FAULT |
CSSv2 hardware detected a fault.
| #define MCUXCLCSS_STATUS_HW_ALGORITHM |
An algorithm failed in hardware.
| #define MCUXCLCSS_STATUS_HW_OPERATIONAL |
CSSv2 was operated incorrectly.
| #define MCUXCLCSS_STATUS_HW_BUS |
A bus access failed.
| #define MCUXCLCSS_STATUS_HW_INTEGRITY |
An integrity check failed in hardware.
| #define MCUXCLCSS_STATUS_HW_PRNG |
Read access to PRNG output while PRNG is not in ready state.
| #define MCUXCLCSS_STATUS_HW_DTRNG |
Unable to get entropy from dTRNG with current configuration.
| #define MCUXCLCSS_STATUS_SW_FAULT |
Software detected a fault.
| #define MCUXCLCSS_STATUS_SW_CANNOT_INTERRUPT |
A CSS command was started while the CSS was still busy, or a SHA-Direct command was started while the SHA kernel was still busy.
| #define MCUXCLCSS_STATUS_SW_INVALID_PARAM |
Incorrect parameters were supplied.
| #define MCUXCLCSS_STATUS_SW_INVALID_STATE |
This can happen when CSS is in a wrong state for the requested CSS command.
| #define MCUXCLCSS_STATUS_SW_COUNTER_EXPIRED |
A software counter expired while waiting for a CSS operation to finish.
| #define MCUXCLCSS_STATUS_SW_COMPARISON_FAILED |
A comparison between a CSS flag and its expected value failed.