Memory header for xor functions. More...
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. | |
Memory header for xor functions.
This header exposes functions that enable using memory xor function.