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

Memory header for set function. More...

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

Go to the source code of this file.

Macros

#define MCUXCLMEMORY_FP_MEMORY_SET(pTarget, val, byteLen)
 Helper macro to call mcuxClMemory_set with flow protection.
 
#define MCUXCLMEMORY_FP_MEMORY_SET_WITH_BUFF(pTarget, val, byteLen, buffLen)
 Helper macro to call mcuxClMemory_set with flow protection with buffer.
 

Functions

void mcuxClMemory_set (uint8_t *pDst, uint8_t val, size_t length, size_t bufLength)
 Sets all bytes of a memory buffer to a specified value.
 

Detailed Description

Memory header for set function.

This header exposes functions that enable using memory set functions.