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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1191 PVERIFIERCACHEENTRY pCacheHit = supR3HardenedWinVerifyCacheLookup(&uBuf.UniStr, hFile); local
1192 if (pCacheHit)
1195 uint32_t cHits = ASMAtomicIncU32(&pCacheHit->cHits);
1201 if ( !pCacheHit->fWinVerifyTrust
1202 && RT_SUCCESS(pCacheHit->rc)
1208 pszCaller, pCacheHit->rc, pCacheHit->wszPath));
1211 int rc = supHardenedWinVerifyImageTrust(pCacheHit->hFile, pCacheHit->wszPath, pCacheHit
[all...]

Completed in 55 milliseconds