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

Memory header for reversed copy functions. More...

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

Go to the source code of this file.

Macros

#define MCUXCLMEMORY_FP_MEMORY_COPY_REVERSED(pTarget, pSource, byteLen)
 Helper macro to call mcuxClMemory_copy_reversed with flow protection. More...
 

Functions

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

Detailed Description

Memory header for reversed copy functions.

This header exposes functions that enable using memory reversed copy function.