Searched refs:hKernelRootStore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp256 RTCRSTORE hKernelRootStore; member in struct:VERIFYEXESTATE
347 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(pState->hKernelRootStore, pSubject, &Search);
350 while ((pCertCtx = RTCrStoreCertSearchNext(pState->hKernelRootStore, &Search)) != NULL)
364 int rc2 = RTCrStoreCertSearchDestroy(pState->hKernelRootStore, &Search); AssertRC(rc2);
482 rc = RTCrStoreCreateInMem(&State.hKernelRootStore, 0);
549 aSets[cSets].hStore = State.hKernelRootStore;
600 cRefs = RTCrStoreRelease(State.hKernelRootStore); Assert(cRefs == 0);

Completed in 44 milliseconds