Searched refs:rootCertMap (Results 1 – 3 of 3) sorted by relevance
98 bool TrustedRootCa::GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePat… in GetTrustedRootCAFromJson() argument118 rootCertMap[jsonPair.first] = cert; in GetTrustedRootCAFromJson()121 if (rootCertMap.empty()) { in GetTrustedRootCAFromJson()148 X509* TrustedRootCa::FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert) in FindMatchedRoot() argument150 for (auto root : rootCertMap) { in FindMatchedRoot()
50 … DLL_EXPORT bool GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePath);51 X509* FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert);
124 StringCertMap rootCertMap; variable126 ASSERT_FALSE(rootCertsObj.GetTrustedRootCAFromJson(rootCertMap, filePath));