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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp113 static RTCRSTORE g_hSpcRootStore = NIL_RTCRSTORE; variable
1682 rc = supHardNtViCertStoreInit(&g_hSpcRootStore, g_aSUPSpcRootTAs, g_cSUPSpcRootTAs,
1762 RTCrStoreRelease(g_hSpcRootStore);
1763 g_hSpcRootStore = NIL_RTCRSTORE;
1991 rc = RTCrStoreCertAddEncoded(g_hSpcRootStore, RTCRCERTCTX_F_ENC_X509_DER,

Completed in 53 milliseconds