Support for recording a value in the data integrity register, based on secure counter. More...
Macros | |
| #define | MCUX_CSSL_DI_RECORD_IMPL(identifier, value) |
| Implementation: Record the value for data integrity checking. | |
| #define | MCUX_CSSL_DI_EXPUNGE_IMPL(identifier, value) |
| Implementation: Expunge the record for value. | |
Support for recording a value in the data integrity register, based on secure counter.
| #define MCUX_CSSL_DI_RECORD_IMPL | ( | identifier, | |
| value ) |
Implementation: Record the value for data integrity checking.
| identifier | Identifier for the value that will be recorded. |
| value | Value which needs to be recorded for the given identifier. |
| #define MCUX_CSSL_DI_EXPUNGE_IMPL | ( | identifier, | |
| value ) |
Implementation: Expunge the record for value.
| identifier | Identifier for the value that will be expunged. |
| value | Expected value that was recorded for the given identifier. |