Include file for robust memory copy function. More...
Go to the source code of this file.
Macros | |
#define | MCUXCSSLMEMORY_COPY_SUCCESS |
Copied; the two buffer contents are equal. More... | |
#define | MCUXCSSLMEMORY_COPY_INVALID_PARAMETER |
A parameter was invalid. More... | |
#define | MCUXCSSLMEMORY_COPY_FAULT |
A fault occurred in the execution of mcuxCsslMemory_Compare. More... | |
Typedefs | |
typedef uint64_t | mcuxCsslMemory_CopyResult_t |
return type for CSSL Memory copy More... | |
Functions | |
mcuxCsslMemory_CopyResult_t | mcuxCsslMemory_Copy (mcuxCsslParamIntegrity_Checksum_t chk, void const *src, void *dst, size_t dst_size, size_t cnt) |
Copies cnt bytes of data from src to dst . More... | |
Include file for robust memory copy function.