Home
last modified time | relevance | path

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

/external/cronet/net/tools/cert_verify_tool/
Dverify_using_path_builder.cc71 std::string FingerPrintParsedCertificate(const net::ParsedCertificate* cert) { in FingerPrintParsedCertificate() function
101 std::cout << " " << FingerPrintParsedCertificate(cert.get()) << " " in PrintResultPath()
/external/cronet/net/cert/pki/
Dpath_builder.cc32 std::string FingerPrintParsedCertificate(const net::ParsedCertificate* cert) { in FingerPrintParsedCertificate() function
46 return FingerPrintParsedCertificate(cert) + " " + subject_str; in CertDebugString()