Searched refs:cert_and_status (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dssl_hmac_channel_authenticator.cc99 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/
H A Dcast_socket.cc123 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/
H A Dssl_server_socket_unittest.cc338 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 218 milliseconds