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

/external/chromium_org/remoting/protocol/
H A Dssl_hmac_channel_authenticator.cc89 net::SSLConfig::CertAndStatus cert_and_status; local
90 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID;
91 cert_and_status.der_cert = remote_cert_;
100 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/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 190 milliseconds