header file of robust memory clear function More...
#include <stdint.h>#include <stddef.h>#include <mcuxCsslFlowProtection.h>#include <mcuxCsslParamIntegrity.h>Go to the source code of this file.
Macros | |
| #define | MCUXCSSLMEMORY_CLEAR_SUCCESS |
| Cleared memory successfully. More... | |
| #define | MCUXCSSLMEMORY_CLEAR_INVALID_PARAMETER |
| A parameter is invalid. More... | |
| #define | MCUXCSSLMEMORY_CLEAR_FAULT |
| A fault occurred in the execution of mcuxCsslMemory_Clear. More... | |
Typedefs | |
| typedef uint64_t | mcuxCsslMemory_ClearResult_t |
| return type for CSSL Memory clear More... | |
Functions | |
| mcuxCsslMemory_ClearResult_t | mcuxCsslMemory_Clear (mcuxCsslParamIntegrity_Checksum_t chk, void *pDst, size_t dst_size, size_t cnt) |
Clear cnt bytes of data at pDst. More... | |
header file of robust memory clear function