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

  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.h 64 // 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/
ssl_config.h 108 bool channel_id_enabled; // True if TLS channel ID extension is enabled. member in struct:net::SSLConfig
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.h 89 // 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

Completed in 77 milliseconds