Flow protection handling core functionality. More...
Macros | |
| #define | MCUX_CSSL_FP_COUNTER_STMT_IMPL(statement) |
| A statement which is only evaluated if a secure counter is used. | |
Flow protection handling core functionality.
This subset of Flow protection macros is common to all code flow patterns to be protected.
| #define MCUX_CSSL_FP_COUNTER_STMT_IMPL | ( | statement | ) |
A statement which is only evaluated if a secure counter is used.
| statement | The statement to be conditionally included. |