HomeSort by relevance Sort by last modified time
    Searched refs:cert_common_name (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 82 // name is recorded and available with |cert_common_name()|.
149 // cert_common_name returns the common name value of the server's certificate,
151 const string& cert_common_name() const;
quic_test_client.cc 357 const string& QuicTestClient::cert_common_name() const { function in class:net::tools::test::QuicTestClient
  /external/chromium_org/net/cert/
x509_certificate.cc 509 const std::string& cert_common_name,
543 return reference_name == cert_common_name;
600 // Note: there's a small possibility cert_common_name is an international
604 common_name_as_vector.push_back(cert_common_name);
x509_certificate.h 450 // |cert_common_name| is the Subject CN, e.g. from X509Certificate::subject().
456 // |common_name_fallback_used| will be updated to true if cert_common_name
460 const std::string& cert_common_name,

Completed in 64 milliseconds