Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp201 if (access(rehashedCertpath.c_str(), F_OK) == -1) { in BuildRehasedCAPath()
209 return rehashedCertpath; in BuildRehasedCAPath()
224 if (access(rehashedCertpath.c_str(), F_OK) == -1) { in GetRehasedCAPath()
228 return rehashedCertpath; in GetRehasedCAPath()
242 auto rehashedCertpath = BuildRehasedCAPath(caPath); in ReHashCAPathForX509() local
243 if (rehashedCertpath.empty()) { in ReHashCAPathForX509()
244 return rehashedCertpath; in ReHashCAPathForX509()
280 return rehashedCertpath; in ReHashCAPathForX509()
636 auto rehashedCertpath = GetRehasedCAPath(certPath); in GetTrustAnchorsForHostName() local
637 if (!rehashedCertpath.empty()) { in GetTrustAnchorsForHostName()
[all …]