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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc 99 net::SSLConfig::CertAndStatus cert_and_status; local
100 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
101 cert_and_status.der_cert = remote_cert_;
110 ssl_config.allowed_bad_certs.push_back(cert_and_status);
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 123 net::SSLConfig::CertAndStatus cert_and_status; local
124 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
125 cert_and_status.der_cert = peer_cert_;
126 ssl_config.allowed_bad_certs.push_back(cert_and_status);
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 338 net::SSLConfig::CertAndStatus cert_and_status; local
339 cert_and_status.cert_status = CERT_STATUS_AUTHORITY_INVALID;
340 cert_and_status.der_cert = cert_der;
341 ssl_config.allowed_bad_certs.push_back(cert_and_status);

Completed in 1335 milliseconds