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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp167 RTCRSTORE hUntrustedStore; member in struct:RTCRX509CERTPATHSINT
317 pThis->hUntrustedStore = NIL_RTCRSTORE;
366 RTCrStoreRelease(pThis->hUntrustedStore);
367 pThis->hUntrustedStore = NIL_RTCRSTORE;
415 RTDECL(int) RTCrX509CertPathsSetUntrustedStore(RTCRX509CERTPATHS hCertPaths, RTCRSTORE hUntrustedStore)
422 if (pThis->hUntrustedStore != NIL_RTCRSTORE)
424 RTCrStoreRelease(pThis->hUntrustedStore);
425 pThis->hUntrustedStore = NIL_RTCRSTORE;
427 if (hUntrustedStore != NIL_RTCRSTORE)
429 AssertReturn(RTCrStoreRetain(hUntrustedStore) !
[all...]
/vbox/include/iprt/crypto/
H A Dx509.h1035 RTDECL(int) RTCrX509CertPathsSetUntrustedStore(RTCRX509CERTPATHS hCertPaths, RTCRSTORE hUntrustedStore);
1041 RTCRSTORE hUntrustedStore, PCRTCRX509CERTIFICATE paUntrustedCerts, uint32_t cUntrustedCerts,

Completed in 50 milliseconds