OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crypto_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/test_tools/
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
...]
/external/chromium_org/net/quic/
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
...]
Completed in 36 milliseconds