29#include <mcuxClCore_Platform.h>
58#ifdef MCUXCL_FEATURE_CRC_CRC32
Provides the API for the CSSL flow protection mechanism.
uint16_t mcuxClCrc_computeCRC16(const uint8_t *pBytes, uint32_t length)
Compute a 16-bit CRC checksum.
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition mcuxCsslFlowProtection.h:125
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition mcuxCsslFlowProtection.h:81