19 #ifndef MCUXCSSLDATAINTEGRITY_IMPL_H_ 20 #define MCUXCSSLDATAINTEGRITY_IMPL_H_ 26 #if defined(MCUX_CSSL_DI_USE_SECURE_COUNTER) && (1 == MCUX_CSSL_DI_USE_SECURE_COUNTER) 27 # include <mcuxCsslDataIntegrity_SecureCounter.h> 28 #elif defined(MCUX_CSSL_DI_USE_NONE) && (1 == MCUX_CSSL_DI_USE_NONE) 31 # error "No data integrity implementation found/configured." Configuration of the implementation for the data integrity mechanism.
Implementation that disables the CSSL data integrity mechanism.