20 #ifndef MCUXCSSLMEMORY_CLEAR_H_ 21 #define MCUXCSSLMEMORY_CLEAR_H_ 44 #define MCUXCSSLMEMORY_CLEAR_SUCCESS ((mcuxCsslMemory_ClearResult_t) 0xE1E1E1E1u) 46 #define MCUXCSSLMEMORY_CLEAR_INVALID_PARAMETER ((mcuxCsslMemory_ClearResult_t) 0x69696969u) 48 #define MCUXCSSLMEMORY_CLEAR_FAULT ((mcuxCsslMemory_ClearResult_t) 0x96969696u) uint32_t mcuxCsslParamIntegrity_Checksum_t
Type of a parameter checksum.
Definition: mcuxCsslParamIntegrity.h:71
uint64_t mcuxCsslMemory_ClearResult_t
return type for CSSL Memory clear
Definition: mcuxCsslMemory_Clear.h:62
mcuxCsslMemory_ClearResult_t mcuxCsslMemory_Clear(mcuxCsslParamIntegrity_Checksum_t chk, void *pDst, size_t dst_size, size_t cnt)
Clear cnt bytes of data at pDst.
Provides the API for the CSSL flow protection mechanism.
#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.