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

/external/chromium_org/remoting/protocol/
H A Dssl_hmac_channel_authenticator.cc93 net::SSLConfig::CertAndStatus cert_and_status; local
94 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
95 cert_and_status.der_cert = remote_cert_;
104 ssl_config.allowed_bad_certs.push_back(cert_and_status);
/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc253 net::SSLConfig::CertAndStatus cert_and_status; local
254 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
255 cert_and_status.cert = cert;
256 ssl_config.allowed_bad_certs.push_back(cert_and_status);
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
H A Dcast_socket.cc118 net::SSLConfig::CertAndStatus cert_and_status; local
119 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
120 cert_and_status.der_cert = peer_cert_;
121 ssl_config.allowed_bad_certs.push_back(cert_and_status);
/external/chromium_org/net/socket/
H A Dssl_server_socket_unittest.cc339 net::SSLConfig::CertAndStatus cert_and_status; local
340 cert_and_status.cert_status = CERT_STATUS_AUTHORITY_INVALID;
341 cert_and_status.der_cert = cert_der;
342 ssl_config.allowed_bad_certs.push_back(cert_and_status);

Completed in 399 milliseconds