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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp171 uint32_t cUntrustedCerts; member in struct:RTCRX509CERTPATHSINT
443 pThis->cUntrustedCerts = cCerts;
497 RTCRSTORE hUntrustedStore, PCRTCRX509CERTIFICATE paUntrustedCerts, uint32_t cUntrustedCerts,
511 rc = RTCrX509CertPathsSetUntrustedArray(pThis, paUntrustedCerts, cUntrustedCerts);
708 for (uint32_t i = 0; i < pThis->cUntrustedCerts; i++)
864 AssertReturn( (pThis->paUntrustedCerts == NULL && pThis->cUntrustedCerts == 0)
865 || (pThis->paUntrustedCerts != NULL && pThis->cUntrustedCerts > 0),
/vbox/include/iprt/crypto/
H A Dx509.h1041 RTCRSTORE hUntrustedStore, PCRTCRX509CERTIFICATE paUntrustedCerts, uint32_t cUntrustedCerts,

Completed in 1272 milliseconds