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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp115 static RTCRSTORE g_hNtKernelRootStore = NIL_RTCRSTORE; variable
978 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(g_hNtKernelRootStore, pSubject, &Search);
982 while ((pCertCtx = RTCrStoreCertSearchNext(g_hNtKernelRootStore, &Search)) != NULL)
997 int rc2 = RTCrStoreCertSearchDestroy(g_hNtKernelRootStore, &Search); AssertRC(rc2);
1685 rc = supHardNtViCertStoreInit(&g_hNtKernelRootStore, g_aSUPNtKernelRootTAs, g_cSUPNtKernelRootTAs,
1760 RTCrStoreRelease(g_hNtKernelRootStore);
1761 g_hNtKernelRootStore = NIL_RTCRSTORE;

Completed in 285 milliseconds