HomeSort by relevance Sort by last modified time
    Searched full: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 505 const std::string& cert_common_name,
539 return reference_name == cert_common_name;
596 // Note: there's a small possibility cert_common_name is an international
600 common_name_as_vector.push_back(cert_common_name);
x509_certificate.h 425 // |cert_common_name| is the Subject CN, e.g. from X509Certificate::subject().
431 // |common_name_fallback_used| will be updated to true if cert_common_name
435 const std::string& cert_common_name,

Completed in 171 milliseconds