Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Ddownload_protection_service.cc977 std::string EscapeCertAttribute(const std::string& attribute) { in EscapeCertAttribute() function
1009 "/OU=" + EscapeCertAttribute(subject.organization_unit_names[i])); in GetCertificateWhitelistStrings()
1015 "/O=" + EscapeCertAttribute(subject.organization_names[i])); in GetCertificateWhitelistStrings()
1020 cn_token = "/CN=" + EscapeCertAttribute(subject.common_name); in GetCertificateWhitelistStrings()