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

Memory header for set function. 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_SET(pTarget, val, byteLen)
 Helper macro to call #mcuxClMemory_set with flow protection. More...
 
#define MCUXCLMEMORY_FP_MEMORY_SET_WITH_BUFF(pTarget, val, byteLen, buffLen)
 Helper macro to call #mcuxClMemory_set with flow protection with buffer. More...
 

Functions

 MCUX_CSSL_FP_PROTECTED_TYPE (void) mcuxClMemory_set(uint8_t *pDst
 Sets all bytes of a memory buffer to a specified value. More...
 

Variables

uint8_t val
 
uint8_t size_t length
 
uint8_t size_t size_t bufLength
 

Detailed Description

Memory header for set function.

This header exposes functions that enable using memory set functions.