Searched refs:StringCertMap (Results 1 – 3 of 3) sorted by relevance
30 using StringCertMap = std::unordered_map<std::string, X509*>; variable50 … DLL_EXPORT bool GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePath);51 X509* FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert);56 StringCertMap rootCerts;57 StringCertMap rootCertsForTest;
98 bool TrustedRootCa::GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePat… in GetTrustedRootCAFromJson()148 X509* TrustedRootCa::FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert) in FindMatchedRoot()
124 StringCertMap rootCertMap;