Home | History | Annotate | Download | only in crypto

Lines Matching refs:QuicServerConfigProtobuf

228 QuicServerConfigProtobuf* QuicCryptoServerConfig::GenerateConfig(
317 scoped_ptr<QuicServerConfigProtobuf> config(new QuicServerConfigProtobuf);
319 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config->add_key();
324 QuicServerConfigProtobuf::PrivateKey* p256_key = config->add_key();
333 QuicServerConfigProtobuf* protobuf,
371 scoped_ptr<QuicServerConfigProtobuf> config(
377 const vector<QuicServerConfigProtobuf*>& protobufs,
382 for (vector<QuicServerConfigProtobuf*>::const_iterator i = protobufs.begin();
1109 QuicServerConfigProtobuf* protobuf) {
1219 const QuicServerConfigProtobuf::PrivateKey& key = protobuf->key(i);