MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClMemory_Clear.h File Reference

Memory header for clear 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_CLEAR(pTarget, byteLen)
 Helper macro to call mcuxClMemory_clear with flow protection.
 
#define MCUXCLMEMORY_FP_MEMORY_CLEAR_WITH_BUFF(pTarget, byteLen, buffLen)
 Helper macro to call mcuxClMemory_clear with flow protection with buffer.
 

Functions

void mcuxClMemory_clear (uint8_t *pDst, size_t length, size_t bufLength)
 Overwrites a memory buffer with null bytes.
 

Detailed Description

Memory header for clear functions.

This header exposes functions that enable using memory clear function.