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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp627 * @param fVerifyAll Set if this is an verify all call and we will
630 static int supR3HardenedVerifyFileInternal(int iFile, bool fFatal, bool fLeaveFileOpen, bool fVerifyAll) argument
642 if (!pVerified->fCheckedSignature && !fVerifyAll)
672 if (!fVerifyAll)
839 rc = supR3HardenedVerifyFileInternal(iFile, fFatal, false /* fLeaveFileOpen */, false /* fVerifyAll */);
878 true /* fVerifyAll - check sign later, only final process need check it on load. */);
890 rc = supR3HardenedVerifyFileInternal(iFile, fFatal, fLeaveOpen, false /* fVerifyAll */);
956 int rc2 = supR3HardenedVerifyFileInternal(iFile, fFatal, fLeaveOpen, true /* fVerifyAll */);

Completed in 35 milliseconds