Searched defs:channel_id_enabled (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.h64 // If channel_id_enabled is true then the client will attempt to send a
66 bool channel_id_enabled; member in struct:net::test::CryptoTestUtils::FakeClientOptions
69 // ChannelIDSource for testing. Ignored if channel_id_enabled is false.
/external/chromium_org/net/ssl/
H A Dssl_config.h108 bool channel_id_enabled; // True if TLS channel ID extension is enabled. member in struct:net::SSLConfig
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.h89 // channel_id_enabled controls whether the server config will indicate
91 bool channel_id_enabled; member in struct:net::QuicCryptoServerConfig::ConfigOptions
323 // channel_id_enabled is true if the config in |serialized| specifies that
325 bool channel_id_enabled; member in class:net::QuicCryptoServerConfig::Config
/external/chromium_org/net/socket/
H A Dssl_client_socket.cc149 bool channel_id_enabled,
163 } else if (channel_id_enabled) {
181 if (!ssl_config.channel_id_enabled)
146 RecordChannelIDSupport( ChannelIDService* channel_id_service, bool negotiated_channel_id, bool channel_id_enabled, bool supports_ecc) argument
H A Dssl_client_socket_nss.cc777 bool channel_id_enabled,
2507 ssl_config_.channel_id_enabled,
2513 bool channel_id_enabled,
2519 channel_id_enabled,
2511 RecordChannelIDSupportOnNetworkTaskRunner( bool negotiated_channel_id, bool channel_id_enabled, bool supports_ecc) const argument

Completed in 247 milliseconds