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

Memory header for xor 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_XOR(pDst, pSrc1, pSrc2, length)
 Helper macro to call mcuxClMemory_xor with flow protection.
 
#define MCUXCLMEMORY_FP_MEMORY_XOR_WITH_BUFF(pDst, pSrc1, pSrc2, length, bufLen)
 Helper macro to call mcuxClMemory_xor with flow protection with buffer.
 

Functions

void mcuxClMemory_xor (uint8_t *pDst, const uint8_t *pSrc1, const uint8_t *pSrc2, uint32_t length, size_t bufLength)
 Perform xor for 2 memory buffers.
 

Detailed Description

Memory header for xor functions.

This header exposes functions that enable using memory xor function.