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 <mcuxClCore_Analysis.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

 MCUX_CSSL_FP_PROTECTED_TYPE (void) mcuxClMemory_copy(uint8_t *pDst
 Copies a memory buffer to another location. More...
 

Variables

uint8_t const * pSrc
 
uint8_t const size_t length
 
uint8_t const size_t size_t bufLength
 

Detailed Description

Memory header for copy functions.

This header exposes functions that enable using memory copy function.