Searched defs:rootCert (Results 1 – 7 of 7) sorted by relevance
43 for (auto rootCert : rootCerts) { in ~TrustedRootCa() local46 for (auto rootCert : rootCertsForTest) { in ~TrustedRootCa() local67 for (auto& rootCert : rootCertsForTest) { in DisableDebug() local93 for (auto& rootCert : rootCerts) { in Recovery() local
26 X509 *rootCert = nullptr; member
91 X509 *rootCert = GetX509CertFromPemFile(Utils::GetCertName()); in InitRootCert() local
417 static CfResult CheckOthersInTrustAnchor(const HcfX509TrustAnchor *anchor, X509 *rootCert, bool *ch… in CheckOthersInTrustAnchor()468 static CfResult GetTrustAnchor(const HcfX509TrustAnchor *trustAnchors, X509 *rootCert, X509 **mostT… in GetTrustAnchor()747 …atic CfResult ValidateTrustAnchor(const HcfX509TrustAnchorArray *trustAnchorsArray, X509 *rootCert, in ValidateTrustAnchor()847 X509 *rootCert = sk_X509_value(x509CertChain, sk_X509_num(x509CertChain) - 1); // root CA in Validate() local
94 mbedtls_x509_crt *rootCert; member
146 HcfX509Certificate *rootCert = nullptr; variable177 HcfX509Certificate *rootCert = nullptr; variable
1021 static int32_t VerifyClicert(mbedtls_x509_crt *clicert, mbedtls_x509_crt *rootCert, const Pkcs7 *pk… in VerifyClicert()