Searched defs:UniStr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp321 UNICODE_STRING UniStr; member in struct:__anon16375
325 StrBuf.UniStr.Length = UNICODE_STRING_MAX_CHARS * 2;
326 StrBuf.UniStr.MaximumLength = UNICODE_STRING_MAX_CHARS * 2;
327 StrBuf.UniStr.Buffer = &StrBuf.awBuffer[0];
335 StrBuf.UniStr.Length, StrBuf.UniStr.Length, StrBuf.UniStr.Buffer);
339 StrBuf.UniStr.Length = UNICODE_STRING_MAX_CHARS * 2;
340 StrBuf.UniStr.MaximumLength = UNICODE_STRING_MAX_CHARS * 2;
341 StrBuf.UniStr
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h193 UNICODE_STRING UniStr; member in struct:SUPSYSROOTDIRBUF
H A DSUPHardenedVerifyProcess-win.cpp88 UNICODE_STRING UniStr; member in struct:SUPHNTVPIMAGE::__anon16387
1020 rc = supHardNtLdrCacheEntryVerify(pImage->pCacheEntry, pImage->Name.UniStr.Buffer, pThis->pErrInfo);
1315 PUNICODE_STRING pLongName = &pImage->Name.UniStr;
1321 pTmp->Length = pImage->Name.UniStr.Length;
1370 if ( ( cwcDirName * sizeof(WCHAR) != g_System32NtPath.UniStr.Length
1371 || suplibHardenedMemComp(pLongName->Buffer, g_System32NtPath.UniStr.Buffer, cwcDirName * sizeof(WCHAR)) )
1380 pLongName->Buffer, g_System32NtPath.UniStr.Buffer);
1453 pImage->pszName, pImage->Name.UniStr.Buffer, pThis->aImages[i].Name.UniStr.Buffer);
1821 pThis->aImages[iImg].Name.UniStr
2266 UNICODE_STRING UniStr; local
[all...]
H A DSUPHardenedVerifyImage-win.cpp703 uint32_t cwcWinDir = (g_System32NtPath.UniStr.Length - sizeof(L"System32")) / sizeof(WCHAR);
708 if (memcmp(pwszPath, g_System32NtPath.UniStr.Buffer, cwcWinDir * sizeof(WCHAR)))
765 uint32_t cwcOther = g_System32NtPath.UniStr.Length / sizeof(WCHAR);
766 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
820 cwcOther = g_WinSxSNtPath.UniStr.Length / sizeof(WCHAR);
821 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_WinSxSNtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
846 cwcOther = g_System32NtPath.UniStr.Length / sizeof(WCHAR); /* ASSUMES System32 is called System32. */
882 g_ProgramFilesNtPath.UniStr.Buffer, g_ProgramFilesNtPath.UniStr.Length,
885 g_CommonFilesNtPath.UniStr
1279 UNICODE_STRING UniStr; member in union:__anon16382
[all...]
H A DSUPR3HardenedMain-win.cpp768 if ( g_System32NtPath.UniStr.Length / sizeof(WCHAR) == cwcDir
769 && supR3HardenedWinVerifyCacheIsMatch(pawcDir, g_System32NtPath.UniStr.Buffer, cwcDir))
801 if (supR3HardenedWinVerifyCacheLookupImport(g_System32NtPath.UniStr.Buffer,
802 g_System32NtPath.UniStr.Length / sizeof(WCHAR),
808 if (supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
888 if ( !supR3HardenedWinVerifyCacheLookupImport(g_System32NtPath.UniStr.Buffer,
889 g_System32NtPath.UniStr.Length / sizeof(WCHAR),
891 && !supR3HardenedWinVerifyCacheLookupImport(g_SupLibHardenedExeNtPath.UniStr.Buffer,
984 { g_System32NtPath.UniStr.Buffer, g_System32NtPath.UniStr
1168 UNICODE_STRING UniStr; member in union:__anon16392
1461 UNICODE_STRING UniStr; local
3692 UNICODE_STRING UniStr; member in union:__anon16395
4560 UNICODE_STRING UniStr = RTNT_CONSTANT_UNISTR(L"\\\\KnownDlls\\\\KnownDllPath"); local
[all...]

Completed in 317 milliseconds