Implementation that disables the CSSL data integrity mechanism. More...
Go to the source code of this file.
Macros | |
#define | MCUX_CSSL_DI_CHECK_PASSED_IMPL |
Positive comparison result value. More... | |
#define | MCUX_CSSL_DI_CHECK_FAILED_IMPL |
Negative comparison result value. More... | |
#define | MCUX_CSSL_DI_ALLOC_IMPL() |
Allocation operation implementation for the data integrity. More... | |
#define | MCUX_CSSL_DI_INIT_IMPL(value) |
Initialization operation implementation for the data integrity. More... | |
#define | MCUX_CSSL_DI_CHECK_IMPL(reference) |
Comparison operation implementation for the data integrity. More... | |
#define | MCUX_CSSL_DI_RECORD_IMPL(identifier, value) |
Implementation: Record the value for data integrity checking. More... | |
#define | MCUX_CSSL_DI_EXPUNGE_IMPL(identifier, value) |
Implementation: Expunge the record for value. More... | |
Implementation that disables the CSSL data integrity mechanism.