Searched refs:rehashedCertpath (Results 1 – 1 of 1) sorted by relevance
201 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() local243 if (rehashedCertpath.empty()) { in ReHashCAPathForX509()244 return rehashedCertpath; in ReHashCAPathForX509()280 return rehashedCertpath; in ReHashCAPathForX509()636 auto rehashedCertpath = GetRehasedCAPath(certPath); in GetTrustAnchorsForHostName() local637 if (!rehashedCertpath.empty()) { in GetTrustAnchorsForHostName()[all …]