Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp264 std::string rehashedCaFile = rehashedCertpath + OS_PATH_SEPARATOR + hashName; in ReHashCAPathForX509() local
265 if (access(rehashedCaFile.c_str(), F_OK) == 0) { in ReHashCAPathForX509()
266 NETMGR_LOG_D("File [%{public}s] exists.", rehashedCaFile.c_str()); in ReHashCAPathForX509()
271 std::ofstream dst(rehashedCaFile); in ReHashCAPathForX509()
277 NETMGR_LOG_D("Rehased cert generated. [%{public}s]", rehashedCaFile.c_str()); in ReHashCAPathForX509()