HomeSort by relevance Sort by last modified time
    Searched refs:QuicTag (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/net/quic/
quic_protocol.h 43 // QuicTag is the type of a tag in the wire protocol.
44 typedef uint32 QuicTag;
45 typedef std::vector<QuicTag> QuicTagVector;
46 typedef std::map<QuicTag, std::string> QuicTagValueMap;
317 // QuicTag is written to and read from the wire, but we prefer to use
319 // Helper function which translates from a QuicVersion to a QuicTag. Returns 0
321 NET_EXPORT_PRIVATE QuicTag QuicVersionToQuicTag(const QuicVersion version);
323 // Returns appropriate QuicVersion from a QuicTag.
325 NET_EXPORT_PRIVATE QuicVersion QuicTagToQuicVersion(const QuicTag version_tag);
345 NET_EXPORT_PRIVATE QuicTag MakeQuicTag(char a, char b, char c, char d)
    [all...]
quic_protocol.cc 147 bool ContainsQuicTag(const QuicTagVector& tag_vector, QuicTag tag) {
160 QuicTag QuicVersionToQuicTag(const QuicVersion version) {
182 QuicVersion QuicTagToQuicVersion(const QuicTag version_tag) {
189 DVLOG(1) << "Unsupported QuicTag version: "
quic_config_test.cc 72 const QuicTag* out;
quic_crypto_client_stream.cc 550 const QuicTag* their_proof_demands;
quic_client_session.cc 412 QuicTag aead = crypto_stream_->crypto_negotiated_params().aead;
quic_framer.cc 586 QuicTag version;
929 QuicTag version_tag;
    [all...]
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 114 QuicTag P256KeyExchange::tag() const { return kP256; }
crypto_utils.cc 82 QuicTag aead,
quic_crypto_server_config.cc 89 COMPILE_ASSERT(sizeof(QuicTag) == sizeof(uint32), header_out_of_sync);
548 QuicTag client_version_tag;
611 const QuicTag* their_aeads;
612 const QuicTag* their_key_exchanges;
    [all...]
p256_key_exchange_nss.cc 230 QuicTag P256KeyExchange::tag() const { return kP256; }
quic_crypto_client_config.cc 421 const QuicTag* their_aeads;
422 const QuicTag* their_key_exchanges;
662 COMPILE_ASSERT(sizeof(QuicTag) == sizeof(uint32), header_out_of_sync);
702 const QuicTag* supported_version_tags;
crypto_server_test.cc 183 const QuicTag* versions;
275 COMPILE_ASSERT(sizeof(QuicTag) == sizeof(uint32), header_out_of_sync);
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 345 QuicTag tag) {
533 QuicTag CryptoTestUtils::ParseTag(const char* tagstr) {
537 QuicTag tag = 0;
600 const QuicTag tag = ParseTag(tagstr);
quic_test_utils.cc 563 QuicTag tag) {
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 83 QuicTag congestion_control_tag)
110 QuicTag congestion_control_tag;
118 // QuicTag congestion_control_tags[] = {kRENO, kTBBR, kQBIC};
119 QuicTag congestion_control_tags[] = {kRENO, kQBIC};
123 QuicTag congestion_control_tag =
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc     [all...]

Completed in 614 milliseconds

12