OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QuicCryptoServerConfig
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/crypto/
quic_crypto_server_config.h
61
//
QuicCryptoServerConfig
contains the crypto configuration of a QUIC server.
66
class NET_EXPORT_PRIVATE
QuicCryptoServerConfig
{
97
QuicCryptoServerConfig
(base::StringPiece source_address_token_secret,
99
~
QuicCryptoServerConfig
();
133
// encountered and no changes to the
QuicCryptoServerConfig
will occur.
140
//
QuicCryptoServerConfig
::ProcessClientHello from the done_cb.
quic_crypto_server_config.cc
147
const char
QuicCryptoServerConfig
::TESTING[] = "secret string for testing";
162
QuicCryptoServerConfig
::ConfigOptions::ConfigOptions()
167
QuicCryptoServerConfig
::
QuicCryptoServerConfig
(
198
QuicCryptoServerConfig
::~
QuicCryptoServerConfig
() {
203
QuicServerConfigProtobuf*
QuicCryptoServerConfig
::DefaultConfig(
305
CryptoHandshakeMessage*
QuicCryptoServerConfig
::AddConfig(
339
CryptoHandshakeMessage*
QuicCryptoServerConfig
::AddDefaultConfig(
348
bool
QuicCryptoServerConfig
::SetConfigs
[
all
...]
Completed in 109 milliseconds