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

/vbox/include/iprt/crypto/
H A Dstore.h72 RTDECL(int) RTCrStoreCertSearchDestroy(RTCRSTORE hStore, PRTCRSTORECERTSEARCH pSearch);
/vbox/src/VBox/Runtime/common/crypto/
H A Dstore.cpp274 RTDECL(int) RTCrStoreCertSearchDestroy(RTCRSTORE hStore, PRTCRSTORECERTSEARCH pSearch) function
H A Dx509-certpaths.cpp664 RTCrStoreCertSearchDestroy(hStore, &Search);
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp364 int rc2 = RTCrStoreCertSearchDestroy(pState->hKernelRootStore, &Search); AssertRC(rc2);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp997 int rc2 = RTCrStoreCertSearchDestroy(g_hNtKernelRootStore, &Search); AssertRC(rc2);
/vbox/include/iprt/
H A Dmangling.h2877 # define RTCrStoreCertSearchDestroy RT_MANGLER(RTCrStoreCertSearchDestroy) macro

Completed in 314 milliseconds