Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp97 …workSecurityConfig::GetCAFilesFromPath(const std::string caPath, std::vector<std::string> &caFiles) in GetCAFilesFromPath() argument
109 caFiles.push_back(caPath + OS_PATH_SEPARATOR + entry->d_name); in GetCAFilesFromPath()
111 caFiles.push_back(caPath + entry->d_name); in GetCAFilesFromPath()
234 std::vector<std::string> caFiles; in ReHashCAPathForX509() local
236 GetCAFilesFromPath(caPath, caFiles); in ReHashCAPathForX509()
237 if (caFiles.empty()) { in ReHashCAPathForX509()
247 for (auto &caFile : caFiles) { in ReHashCAPathForX509()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnetwork_security_config_test.cpp90 std::vector<std::string> caFiles; variable
92 NetworkSecurityConfig::GetInstance().GetCAFilesFromPath(caPath, caFiles);
93 EXPECT_EQ(caFiles.size(), 0);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnetwork_security_config.h69 void GetCAFilesFromPath(const std::string caPath, std::vector<std::string> &caFiles);