19 #ifndef MCUXCSSLMEMORY_COMPARE_H 20 #define MCUXCSSLMEMORY_COMPARE_H 43 #define MCUXCSSLMEMORY_COMPARE_EQUAL (0xE1E1E1E1u) 45 #define MCUXCSSLMEMORY_COMPARE_NOT_EQUAL (0x1E1E1E1Eu) 47 #define MCUXCSSLMEMORY_COMPARE_INVALID_PARAMETER (0x69696969u) 49 #define MCUXCSSLMEMORY_COMPARE_FAULT (0x96969696u) uint32_t mcuxCsslParamIntegrity_Checksum_t
Type of a parameter checksum.
Definition: mcuxCsslParamIntegrity.h:71
mcuxCsslMemory_CompareResult_t mcuxCsslMemory_Compare(mcuxCsslParamIntegrity_Checksum_t chk, void const *lhs, void const *rhs, size_t cnt)
Compares the two memory regions lhs and rhs.
Provides the API for the CSSL flow protection mechanism.
uint64_t mcuxCsslMemory_CompareResult_t
return type for CSSL Memory compare
Definition: mcuxCsslMemory_Compare.h:63
#define MCUX_CSSL_FP_FUNCTION_DECL(id)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:119
Top-level include file for the parameter integrity protection mechanism.