29#include <mcuxClCore_Platform.h>
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.
uint32_t mcuxClCrc_computeCRC32(const uint8_t *pBytes, uint32_t length)
Compute a 32-bit CRC checksum.
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition mcuxCsslFlowProtection.h:166
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition mcuxCsslFlowProtection.h:138