HomeSort by relevance Sort by last modified time
    Searched refs:crypto_config (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream_factory.cc 23 QuicCryptoClientConfig* crypto_config) {
25 crypto_config, handshake_mode_);
mock_crypto_client_stream_factory.h 25 QuicCryptoClientConfig* crypto_config) OVERRIDE;
mock_crypto_client_stream.h 39 QuicCryptoClientConfig* crypto_config,
mock_crypto_client_stream.cc 13 QuicCryptoClientConfig* crypto_config,
15 : QuicCryptoClientStream(server_hostname, session, crypto_config),
crypto_test_utils.cc 139 QuicCryptoServerConfig crypto_config(QuicCryptoServerConfig::TESTING,
144 server_session.config(), &crypto_config);
146 QuicCryptoServerStream server(crypto_config, &server_session);
166 QuicCryptoClientConfig crypto_config; local
169 crypto_config.SetDefaults();
172 // crypto_config.SetProofVerifier(ProofVerifierForTesting());
175 crypto_config.SetChannelIDSigner(ChannelIDSignerForTesting());
178 &crypto_config);
189 EXPECT_EQ(crypto_config.channel_id_signer()->GetKeyForHostname(
202 QuicCryptoServerConfig* crypto_config) {
    [all...]
crypto_test_utils.h 63 // SetupCryptoServerConfigForTest configures |config| and |crypto_config|
69 QuicCryptoServerConfig* crypto_config);
  /external/chromium_org/net/tools/quic/test_tools/
mock_quic_dispatcher.cc 13 const QuicCryptoServerConfig& crypto_config,
16 : QuicDispatcher(config, crypto_config, QuicSupportedVersions(), guid,
mock_quic_dispatcher.h 23 const QuicCryptoServerConfig& crypto_config,
  /external/chromium_org/net/quic/
quic_crypto_client_stream_factory.h 26 QuicCryptoClientConfig* crypto_config) = 0;
quic_crypto_server_stream.h 27 QuicCryptoServerStream(const QuicCryptoServerConfig& crypto_config,
quic_stream_factory.cc 513 QuicCryptoClientConfig* crypto_config = local
515 DCHECK(crypto_config);
520 config_, crypto_config, net_log.net_log());
523 crypto_config->SetProofVerifier(
544 QuicCryptoClientConfig* crypto_config; local
547 crypto_config = all_crypto_configs_[host_port_proxy_pair];
548 DCHECK(crypto_config);
551 // share the same crypto_config, will it cause issues?
552 crypto_config = new QuicCryptoClientConfig();
553 crypto_config->SetDefaults()
    [all...]
quic_crypto_client_stream.h 31 QuicCryptoClientConfig* crypto_config);
quic_crypto_server_stream.cc 19 const QuicCryptoServerConfig& crypto_config,
22 crypto_config_(crypto_config),
quic_client_session.h 93 QuicCryptoClientConfig* crypto_config,
quic_crypto_client_stream.cc 70 QuicCryptoClientConfig* crypto_config)
74 crypto_config_(crypto_config),
quic_client_session.cc 91 QuicCryptoClientConfig* crypto_config,
108 server_hostname, this, crypto_config) :
109 new QuicCryptoClientStream(server_hostname, this, crypto_config));
quic_stream_factory.h 183 // could support other suffixes), then populate |crypto_config| with a
188 QuicCryptoClientConfig* crypto_config);
  /external/chromium_org/net/tools/quic/
quic_server_session.cc 27 const QuicCryptoServerConfig& crypto_config) {
28 crypto_stream_.reset(CreateQuicCryptoServerStream(crypto_config));
32 const QuicCryptoServerConfig& crypto_config) {
33 return new QuicCryptoServerStream(crypto_config, this);
quic_client_session.cc 20 QuicCryptoClientConfig* crypto_config)
22 crypto_stream_(server_hostname, this, crypto_config) {
quic_server_session.h 53 virtual void InitializeSession(const QuicCryptoServerConfig& crypto_config);
69 const QuicCryptoServerConfig& crypto_config);
quic_client_session.h 29 QuicCryptoClientConfig* crypto_config);
quic_dispatcher.h 61 const QuicCryptoServerConfig& crypto_config,
quic_dispatcher.cc 39 const QuicCryptoServerConfig& crypto_config,
44 crypto_config_(crypto_config),
quic_dispatcher_test.cc 42 const QuicCryptoServerConfig& crypto_config,
44 : QuicDispatcher(config, crypto_config, QuicSupportedVersions(), 1, eps) {

Completed in 147 milliseconds