19 #ifndef MCUXCSSLMEMORY_COPY_H 20 #define MCUXCSSLMEMORY_COPY_H 39 #define MCUXCSSLMEMORY_COPY_SUCCESS ((mcuxCsslMemory_CopyResult_t)0xE1E1E1E1u) 41 #define MCUXCSSLMEMORY_COPY_INVALID_PARAMETER ((mcuxCsslMemory_CopyResult_t)0x69696969u) 43 #define MCUXCSSLMEMORY_COPY_FAULT ((mcuxCsslMemory_CopyResult_t)0x96969696u) uint32_t mcuxCsslParamIntegrity_Checksum_t
Type of a parameter checksum.
Definition: mcuxCsslParamIntegrity.h:71
mcuxCsslMemory_CopyResult_t mcuxCsslMemory_Copy(mcuxCsslParamIntegrity_Checksum_t chk, void const *src, void *dst, size_t dst_size, size_t cnt)
Copies cnt bytes of data from src to dst.
#define MCUX_CSSL_FP_FUNCTION_DECL(id)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:119
uint64_t mcuxCsslMemory_CopyResult_t
return type for CSSL Memory copy
Definition: mcuxCsslMemory_Copy.h:57