Searched refs:suplibHardenedMemCopy (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp76 DECLHIDDEN(void *) suplibHardenedMemCopy(void *pvDst, const void *pvSrc, size_t cbToCopy) function
H A DSUPLibInternal.h112 DECLHIDDEN(void *) suplibHardenedMemCopy(void *pvDst, const void *pvSrc, size_t cbToCopy);
122 # define suplibHardenedMemCopy memcpy macro
H A DSUPR3HardenedVerify.cpp281 suplibHardenedMemCopy(&pszDst[off], "/components", sizeof("/components"));
295 suplibHardenedMemCopy(&pszDst[off], "/testcase", sizeof("/testcase"));
337 suplibHardenedMemCopy(&pszDst[off], pFile->pszFile, cchFile + 1);
998 suplibHardenedMemCopy(pszErr, pszMsg, cchMsg);
1553 suplibHardenedMemCopy(&pszDirPath[cchName], pEntry->d_name, cchName + 1);
1813 suplibHardenedMemCopy(&g_aSupVerifiedFiles[0], pPreInitData->paVerifiedFiles, sizeof(g_aSupVerifiedFiles));
1814 suplibHardenedMemCopy(&g_aSupVerifiedDirs[0], pPreInitData->paVerifiedDirs, sizeof(g_aSupVerifiedDirs));
H A DSUPR3HardenedMain.cpp212 suplibHardenedMemCopy(pszDst, pszSrc, cchSrc);
221 suplibHardenedMemCopy(pszDst, pszSrc, cbDst - 1);
779 suplibHardenedMemCopy(pszPath, pszSrcPath, cchPathPrivateNoArch + 1);
798 suplibHardenedMemCopy(pszPath, pszSrcPath, cchPathPrivateArch + 1);
817 suplibHardenedMemCopy(pszPath, pszSrcPath, cchPathSharedLibs + 1);
836 suplibHardenedMemCopy(pszPath, pszSrcPath, cchPathAppDocs + 1);
901 suplibHardenedMemCopy(g_szSupLibHardenedExePath, pszImageName, cchImageName + 1);
956 suplibHardenedMemCopy(pszPath, g_szSupLibHardenedDirPath, cch + 1);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h253 # define suplibHardenedMemCopy memcpy macro
264 # define memcpy suplibHardenedMemCopy
H A DSUPHardenedVerifyProcess-win.cpp750 suplibHardenedMemCopy(pThis->aSecHdrs, (fIs32Bit ? (void *)(pNtHdrs32 + 1) : (void *)(pNtHdrs + 1)),
H A DSUPR3HardenedMain-win.cpp3014 suplibHardenedMemCopy(pwszDst, pawcArgs, cwcArgs * sizeof(RTUTF16));

Completed in 79 milliseconds