Secure counter handling core functionality. More...
Macros | |
| #define | MCUX_CSSL_SC_CHECK_PASSED |
| Positive comparison result value. | |
| #define | MCUX_CSSL_SC_CHECK_FAILED |
| Negative comparison result value. | |
| #define | MCUX_CSSL_SC_VALUE_TYPE |
| Data type used for the secure counter values. | |
| #define | MCUX_CSSL_SC_ALLOC() |
| Allocation operation for the secure counter. | |
| #define | MCUX_CSSL_SC_INIT(value) |
| Initialization operation for the secure counter. | |
| #define | MCUX_CSSL_SC_CHECK(reference) |
| Comparison operation for the secure counter. | |
Secure counter handling core functionality.
| #define MCUX_CSSL_SC_CHECK_PASSED |
Positive comparison result value.
| #define MCUX_CSSL_SC_CHECK_FAILED |
Negative comparison result value.
| #define MCUX_CSSL_SC_VALUE_TYPE |
Data type used for the secure counter values.
| #define MCUX_CSSL_SC_ALLOC | ( | ) |
Allocation operation for the secure counter.
| #define MCUX_CSSL_SC_INIT | ( | value | ) |
Initialization operation for the secure counter.
| value | Value with which the secure counter must be initialized. |
| #define MCUX_CSSL_SC_CHECK | ( | reference | ) |
Comparison operation for the secure counter.
| reference | Reference value to compare the secure counter value against. |