Searched refs:FingerPrintParsedCertificate (Results 1 – 2 of 2) sorted by relevance
71 std::string FingerPrintParsedCertificate(const net::ParsedCertificate* cert) { in FingerPrintParsedCertificate() function101 std::cout << " " << FingerPrintParsedCertificate(cert.get()) << " " in PrintResultPath()
32 std::string FingerPrintParsedCertificate(const net::ParsedCertificate* cert) { in FingerPrintParsedCertificate() function46 return FingerPrintParsedCertificate(cert) + " " + subject_str; in CertDebugString()