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

  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 79 // DefaultConfig generates a QuicServerConfigProtobuf protobuf suitable for
81 static QuicServerConfigProtobuf* DefaultConfig(
94 // AddDefaultConfig calls DefaultConfig to create a config and then calls
95 // AddConfig to add it. See the comment for |DefaultConfig| for details of
crypto_handshake_test.cc 243 QuicCryptoServerConfig::DefaultConfig(rand_, &clock_, options));
crypto_server_config.cc 86 QuicServerConfigProtobuf* QuicCryptoServerConfig::DefaultConfig(
205 DefaultConfig(rand, clock, options));
    [all...]

Completed in 1586 milliseconds