Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_root_ca.h30 using StringCertMap = std::unordered_map<std::string, X509*>; variable
50 … DLL_EXPORT bool GetTrustedRootCAFromJson(StringCertMap& rootCertMap, const std::string& filePath);
51 X509* FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert);
56 StringCertMap rootCerts;
57 StringCertMap rootCertsForTest;
/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()
148 X509* TrustedRootCa::FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert) in FindMatchedRoot()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dtrusted_root_ca_test.cpp124 StringCertMap rootCertMap;