19 #ifndef MCUXCSSLMEMORY_COPY_H_ 20 #define MCUXCSSLMEMORY_COPY_H_ uint32_t mcuxCsslMemory_Status_t
Type for CSSL Memory status codes.
Definition: mcuxCsslMemory_Types.h:67
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
mcuxCsslMemory_Status_t mcuxCsslMemory_Copy(mcuxCsslParamIntegrity_Checksum_t chk, void const *pSrc, void *pDst, size_t dstLength, size_t length)
Copies length bytes of data from pSrc to pDst.
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition: mcuxCsslFlowProtection.h:81
uint32_t mcuxCsslParamIntegrity_Checksum_t
Type of a parameter checksum.
Definition: mcuxCsslParamIntegrity.h:72