MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClMemory_Copy.h File Reference

Memory header for copy functions. More...

#include <mcuxClConfig.h>
#include <mcuxClMemory_Types.h>
#include <mcuxCsslAnalysis.h>

Go to the source code of this file.

Macros

#define MCUXCLMEMORY_FP_MEMORY_COPY(pTarget, pSource, byteLen)
 Helper macro to call mcuxClMemory_copy with flow protection. More...
 
#define MCUXCLMEMORY_FP_MEMORY_COPY_WITH_BUFF(pTarget, pSource, byteLen, buffLen)
 Helper macro to call mcuxClMemory_copy with flow protection with buffer. More...
 

Functions

void mcuxClMemory_copy (uint8_t *pDst, uint8_t const *pSrc, size_t length, size_t bufLength)
 Copies a memory buffer to another location. More...
 

Detailed Description

Memory header for copy functions.

This header exposes functions that enable using memory copy function.