MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClMemory

Basic memory operations. More...

Modules

 mcuxClMemory_Clear
 This function clears a memory region.
 
 mcuxClMemory_Constants
 Defines all constants used by the mcuxClMemory functions.
 
 mcuxClMemory_Copy
 This function copies a memory region from src to dst.
 
 mcuxClMemory_Copy_Reversed
 This function copies a memory region from src to dst reversely.
 
 mcuxClMemory_Endianness
 These macros implement endianess management on integers.
 
 mcuxClMemory_Set
 This function sets all bytes in a memory region to a specified value.
 
 mcuxClMemory_Types
 Defines all types used by the mcuxClMemory functions.
 
 mcuxClMemory_xor
 This function performs xor between src1 and src2, and saves result to dst.
 

Detailed Description

Basic memory operations.

This component provides memory functions similar to the ones found in the C standard library.