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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp173 PCRTCRPKCS7SETOFCERTS pUntrustedCertsSet; member in struct:RTCRX509CERTPATHSINT
369 pThis->pUntrustedCertsSet = NULL; /* Referencing user memory. */
454 pThis->pUntrustedCertsSet = pSetOfCerts;
719 if (pThis->pUntrustedCertsSet)
721 uint32_t const cCerts = pThis->pUntrustedCertsSet->cItems;
722 PCRTCRPKCS7CERT paCerts = pThis->pUntrustedCertsSet->paItems;

Completed in 1225 milliseconds