Home
last modified time | relevance | path

Searched refs:rootCertMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_root_ca.cpp98 bool TrustedRootCa::GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePat… in GetTrustedRootCAFromJson() argument
118 rootCertMap[jsonPair.first] = cert; in GetTrustedRootCAFromJson()
121 if (rootCertMap.empty()) { in GetTrustedRootCAFromJson()
148 X509* TrustedRootCa::FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert) in FindMatchedRoot() argument
150 for (auto root : rootCertMap) { in FindMatchedRoot()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_root_ca.h50 … DLL_EXPORT bool GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePath);
51 X509* FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dtrusted_root_ca_test.cpp124 StringCertMap rootCertMap; variable
126 ASSERT_FALSE(rootCertsObj.GetTrustedRootCAFromJson(rootCertMap, filePath));