Secure counter handling core functionality. More...
Macros | |
| #define | MCUX_CSSL_SC_CHECK_PASSED_IMPL |
| Positive comparison result value. | |
| #define | MCUX_CSSL_SC_CHECK_FAILED_IMPL |
| Negative comparison result value. | |
| #define | MCUX_CSSL_SC_COUNTER_TYPE_IMPL |
| Data type used for the secure counter. | |
| #define | MCUX_CSSL_SC_VALUE_TYPE_IMPL |
| Data type used for the secure counter values. | |
| #define | MCUX_CSSL_SC_BALANCING_VALUE_TYPE_IMPL |
| Data type used for properly casting the secure counter balancing values. | |
| #define | MCUX_CSSL_SC_ALLOC_IMPL() |
| Allocation operation implementation for the secure counter. | |
| #define | MCUX_CSSL_SC_INIT_IMPL(value) |
| Initialization operation implementation for the secure counter. | |
| #define | MCUX_CSSL_SC_CHECK_IMPL(reference) |
| Comparison operation implementation for the secure counter. | |
Secure counter handling core functionality.
| #define MCUX_CSSL_SC_CHECK_PASSED_IMPL |
Positive comparison result value.
| #define MCUX_CSSL_SC_CHECK_FAILED_IMPL |
Negative comparison result value.
| #define MCUX_CSSL_SC_COUNTER_TYPE_IMPL |
Data type used for the secure counter.
| #define MCUX_CSSL_SC_VALUE_TYPE_IMPL |
Data type used for the secure counter values.
| #define MCUX_CSSL_SC_BALANCING_VALUE_TYPE_IMPL |
Data type used for properly casting the secure counter balancing values.
| #define MCUX_CSSL_SC_ALLOC_IMPL | ( | ) |
Allocation operation implementation for the secure counter.
| #define MCUX_CSSL_SC_INIT_IMPL | ( | value | ) |
Initialization operation implementation for the secure counter.
| value | Value with which the secure counter must be initialized. |
| #define MCUX_CSSL_SC_CHECK_IMPL | ( | reference | ) |
Comparison operation implementation for the secure counter.
| reference | Reference value to compare the secure counter value against (unused). |