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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp164 RTCRSTORE hTrustedStore; member in struct:RTCRX509CERTPATHSINT
316 pThis->hTrustedStore = NIL_RTCRSTORE;
364 RTCrStoreRelease(pThis->hTrustedStore);
365 pThis->hTrustedStore = NIL_RTCRSTORE;
394 RTDECL(int) RTCrX509CertPathsSetTrustedStore(RTCRX509CERTPATHS hCertPaths, RTCRSTORE hTrustedStore)
401 if (pThis->hTrustedStore != NIL_RTCRSTORE)
403 RTCrStoreRelease(pThis->hTrustedStore);
404 pThis->hTrustedStore = NIL_RTCRSTORE;
406 if (hTrustedStore != NIL_RTCRSTORE)
408 AssertReturn(RTCrStoreRetain(hTrustedStore) !
[all...]

Completed in 478 milliseconds