Home
last modified time | relevance | path

Searched refs:crypto_config_ (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/net/quic/
Dquic_crypto_server_stream_test.cc57 crypto_config_(QuicCryptoServerConfig::TESTING, in QuicCryptoServerStreamTest()
59 stream_(crypto_config_, &session_), in QuicCryptoServerStreamTest()
69 crypto_config_.set_strike_register_no_startup_period(); in QuicCryptoServerStreamTest()
73 session_.config(), &crypto_config_); in QuicCryptoServerStreamTest()
77 QuicCryptoServerConfigPeer::GetPrimaryOrbit(crypto_config_); in QuicCryptoServerStreamTest()
85 crypto_config_.SetStrikeRegisterClient(strike_register_client_); in QuicCryptoServerStreamTest()
107 QuicCryptoServerConfig crypto_config_; member in net::test::__anon87d45e920111::QuicCryptoServerStreamTest
156 new QuicCryptoServerStream(crypto_config_, server_session.get())); in TEST_P()
182 server.reset(new QuicCryptoServerStream(crypto_config_, in TEST_P()
240 crypto_config_.SetProofSource(NULL); in TEST_P()
Dquic_crypto_client_stream_test.cc30 &crypto_config_)) { in QuicCryptoClientStreamTest()
32 crypto_config_.SetDefaults(); in QuicCryptoClientStreamTest()
50 QuicCryptoClientConfig crypto_config_; member in net::test::__anon47045c7a0111::QuicCryptoClientStreamTest
105 &crypto_config_)); in TEST_F()
120 &crypto_config_)); in TEST_F()
Dquic_crypto_client_stream.cc74 crypto_config_(crypto_config), in QuicCryptoClientStream()
152 crypto_config_->LookupOrCreate(server_hostname_); in DoHandshakeLoop()
172 crypto_config_->FillInchoateClientHello( in DoHandshakeLoop()
198 error = crypto_config_->FillClientHello( in DoHandshakeLoop()
255 error = crypto_config_->ProcessRejection( in DoHandshakeLoop()
263 ProofVerifier* verifier = crypto_config_->proof_verifier(); in DoHandshakeLoop()
275 ProofVerifier* verifier = crypto_config_->proof_verifier(); in DoHandshakeLoop()
354 error = crypto_config_->ProcessServerHello( in DoHandshakeLoop()
Dquic_client_session_test.cc70 kServerHostname, DefaultQuicConfig(), &crypto_config_, in QuicClientSessionTest()
73 crypto_config_.SetDefaults(); in QuicClientSessionTest()
105 QuicCryptoClientConfig crypto_config_; member in net::test::__anonebb9bd320111::QuicClientSessionTest
Dquic_crypto_server_stream.cc22 crypto_config_(crypto_config), in QuicCryptoServerStream()
57 return crypto_config_.ValidateClientHello( in OnHandshakeMessage()
162 return crypto_config_.ProcessClientHello( in ProcessClientHello()
Dquic_crypto_server_stream.h75 const QuicCryptoServerConfig& crypto_config_; variable
Dquic_crypto_client_stream.h94 QuicCryptoClientConfig* const crypto_config_; variable
Dquic_reliable_client_stream_test.cc81 QuicCryptoClientConfig crypto_config_; member in net::test::__anon110a48b90111::QuicReliableClientStreamTest
Dquic_http_stream_test.cc211 crypto_config_.SetDefaults(); in Initialize()
218 &crypto_config_, NULL)); in Initialize()
315 QuicCryptoClientConfig crypto_config_; member in net::test::QuicHttpStreamTest
/external/chromium_org/net/tools/quic/
Dquic_server_test.cc23 : crypto_config_("blah", QuicRandom::GetInstance()), in QuicServerDispatchPacketTest()
24 dispatcher_(config_, crypto_config_, 1234, &eps_) {} in QuicServerDispatchPacketTest()
35 QuicCryptoServerConfig crypto_config_; member in net::tools::test::__anon61b108470111::QuicServerDispatchPacketTest
Dquic_client_session_test.cc32 crypto_config_.SetDefaults(); in ToolsQuicClientSessionTest()
34 connection_, &crypto_config_)); in ToolsQuicClientSessionTest()
46 QuicCryptoClientConfig crypto_config_; member in net::tools::test::__anonf5b2bad20111::ToolsQuicClientSessionTest
Dquic_spdy_client_stream_test.cc31 &crypto_config_), in QuicSpdyClientStreamTest()
34 crypto_config_.SetDefaults(); in QuicSpdyClientStreamTest()
48 QuicCryptoClientConfig crypto_config_; member in net::tools::test::__anon990924190111::QuicSpdyClientStreamTest
Dquic_server.cc42 crypto_config_(kSourceAddressTokenSecret, QuicRandom::GetInstance()), in QuicServer()
60 crypto_config_(kSourceAddressTokenSecret, QuicRandom::GetInstance()), in QuicServer()
76 crypto_config_.AddDefaultConfig( in Initialize()
150 dispatcher_.reset(new QuicDispatcher(config_, crypto_config_, in Listen()
Dquic_client.h135 crypto_config_.SetProofVerifier(verifier); in SetProofVerifier()
142 crypto_config_.SetChannelIDSigner(signer); in SetChannelIDSigner()
165 QuicCryptoClientConfig crypto_config_; variable
Dquic_server.h74 crypto_config_.set_strike_register_no_startup_period(); in SetStrikeRegisterNoStartupPeriod()
116 QuicCryptoServerConfig crypto_config_; variable
Dquic_server_session_test.cc92 : crypto_config_(QuicCryptoServerConfig::TESTING, in QuicServerSessionTest()
100 session_->InitializeSession(crypto_config_); in QuicServerSessionTest()
114 QuicCryptoServerConfig crypto_config_; member in net::tools::test::__anon5082ffea0111::QuicServerSessionTest
Dquic_dispatcher.cc44 crypto_config_(crypto_config), in QuicDispatcher()
222 session->InitializeSession(crypto_config_); in CreateQuicSession()
Dquic_dispatcher_test.cc91 : crypto_config_(QuicCryptoServerConfig::TESTING, in QuicDispatcherTest()
93 dispatcher_(config_, crypto_config_, &eps_), in QuicDispatcherTest()
123 QuicCryptoServerConfig crypto_config_; member in net::tools::test::__anon6a660d970111::QuicDispatcherTest
Dquic_client.cc78 crypto_config_.SetDefaults(); in Initialize()
168 &crypto_config_)); in StartConnect()
Dquic_dispatcher.h118 const QuicCryptoServerConfig& crypto_config_;