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

  /external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.cc 12 QuicServerConfigProtobuf::QuicServerConfigProtobuf()
16 QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {
crypto_server_config_protobuf.h 19 // QuicServerConfigProtobuf contains QUIC server config block and the private
22 class NET_EXPORT_PRIVATE QuicServerConfigProtobuf {
47 QuicServerConfigProtobuf();
48 ~QuicServerConfigProtobuf();
67 QuicServerConfigProtobuf::PrivateKey* add_key() {
crypto_server_config.h 32 class QuicServerConfigProtobuf;
79 // DefaultConfig generates a QuicServerConfigProtobuf protobuf suitable for
81 static QuicServerConfigProtobuf* DefaultConfig(
86 // AddConfig adds a QuicServerConfigProtobuf to the availible configurations.
91 CryptoHandshakeMessage* AddConfig(QuicServerConfigProtobuf* protobuf,
109 bool SetConfigs(const std::vector<QuicServerConfigProtobuf*>& protobufs,
275 scoped_refptr<Config> ParseConfigProtobuf(QuicServerConfigProtobuf* protobuf);
crypto_server_config.cc 86 QuicServerConfigProtobuf* QuicCryptoServerConfig::DefaultConfig(
154 scoped_ptr<QuicServerConfigProtobuf> config(new QuicServerConfigProtobuf);
156 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config->add_key();
159 QuicServerConfigProtobuf::PrivateKey* p256_key = config->add_key();
167 QuicServerConfigProtobuf* protobuf,
204 scoped_ptr<QuicServerConfigProtobuf> config(
210 const vector<QuicServerConfigProtobuf*>& protobufs,
215 for (vector<QuicServerConfigProtobuf*>::const_iterator i = protobufs.begin();
744 QuicServerConfigProtobuf* protobuf)
    [all...]
crypto_handshake_test.cc 223 vector<QuicServerConfigProtobuf*> protobufs;
242 QuicServerConfigProtobuf* protobuf(

Completed in 318 milliseconds