Searched refs:QuicUtils (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/net/quic/
H A Dquic_utils_test.cc34 QuicUtils::StreamErrorToString(QUIC_BAD_APPLICATION_PAYLOAD));
39 QuicUtils::ErrorToString(QUIC_NO_ERROR));
58 QuicUtils::StringToHexASCIIDump(tests[i].input.c_str()));
60 QuicUtils::StringToHexASCIIDump(tests[i].input));
62 QuicUtils::StringToHexASCIIDump(StringPiece(tests[i].input)));
68 QuicUtils::StringToHexASCIIDump(
74 QuicUtils::TagToString(kSCFG));
76 QuicUtils::TagToString(kServerNonceTag));
78 QuicUtils::TagToString(kCertificateTag));
80 QuicUtils
[all...]
H A Dquic_utils.cc24 uint64 QuicUtils::FNV1a_64_Hash(const char* data, int len) {
41 uint128 QuicUtils::FNV1a_128_Hash(const char* data, int len) {
63 bool QuicUtils::FindMutualTag(const QuicTagVector& our_tags_vector,
110 void QuicUtils::SerializeUint128(uint128 v, uint8* out) {
119 void QuicUtils::SerializeUint128Short(uint128 v, uint8* out) {
132 const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) {
151 const char* QuicUtils::ErrorToString(QuicErrorCode error) {
231 const char* QuicUtils::EncryptionLevelToString(EncryptionLevel level) {
242 const char* QuicUtils::TransmissionTypeToString(TransmissionType type) {
256 string QuicUtils
[all...]
H A Dquic_config.cc34 *error_details = "Missing " + QuicUtils::TagToString(tag);
43 *error_details = "Bad " + QuicUtils::TagToString(tag);
112 "Invalid value received for " + QuicUtils::TagToString(tag_);
163 *error_details = "Missing " + QuicUtils::TagToString(tag_);
173 *error_details = "Bad " + QuicUtils::TagToString(tag_);
196 *error_details = "Invalid " + QuicUtils::TagToString(tag_);
202 if (!QuicUtils::FindMutualTag(possible_values_,
205 QuicUtils::LOCAL_PRIORITY,
208 *error_details = "Unsupported " + QuicUtils::TagToString(tag_);
231 << "No send value to get for tag:" << QuicUtils
[all...]
H A Dquic_crypto_stream.cc39 << QuicUtils::ErrorToString(framer->error());
58 return QuicUtils::HighestPriority();
H A Dquic_utils.h16 class NET_EXPORT_PRIVATE QuicUtils { class in namespace:net
87 DISALLOW_COPY_AND_ASSIGN(QuicUtils);
H A Dquic_server_test.cc56 QuicEncryptedPacket encrypted_valid_packet(QuicUtils::AsChars(valid_packet),
H A Dquic_dispatcher.cc59 DVLOG(1) << QuicUtils::ErrorToString(framer->error());
334 << "Error: " << QuicUtils::ErrorToString(error);
341 << QuicUtils::ErrorToString(error);
H A Dquic_crypto_client_stream_test.cc190 QuicUtils::AsChars(scfg), arraysize(scfg));
H A Dquic_connection.cc731 << QuicUtils::StreamErrorToString(frame.error_code);
744 << QuicUtils::ErrorToString(frame.error_code)
756 << QuicUtils::ErrorToString(frame.error_code)
1395 << QuicUtils::EncryptionLevelToString(packet->encryption_level)
1401 << QuicUtils::StringToHexASCIIDump(
1784 << " with error " << QuicUtils::ErrorToString(error)
1819 << QuicUtils::ErrorToString(error)
H A Dquic_data_stream_test.cc121 stream_->OnStreamHeadersPriority(QuicUtils::HighestPriority());
125 EXPECT_EQ(QuicUtils::HighestPriority(), stream_->EffectivePriority());
H A Dquic_protocol.cc190 << QuicUtils::TagToString(version_tag);
499 << QuicUtils::StringToHexASCIIDump(*(stream_frame.GetDataAsString()))
H A Dquic_config_test.cc280 DVLOG(1) << QuicUtils::ErrorToString(error);
H A Dquic_stream_sequencer_test.cc48 return QuicUtils::HighestPriority();
H A Dreliable_quic_stream_test.cc59 return QuicUtils::HighestPriority();
/external/chromium_org/net/quic/crypto/
H A Dnull_encrypter.cc31 uint128 hash = QuicUtils::FNV1a_128_Hash(buffer.data(), buffer.length());
32 QuicUtils::SerializeUint128Short(hash, output);
H A Dnull_decrypter.cc89 uint128 correct_hash = QuicUtils::FNV1a_128_Hash(data.data(), data.length());
H A Dcrypto_handshake_message.cc234 string ret = string(2 * indent, ' ') + QuicUtils::TagToString(tag_) + "<\n";
238 ret += string(2 * indent, ' ') + QuicUtils::TagToString(it->first) + ": ";
273 ret += "'" + QuicUtils::TagToString(tag) + "'";
H A Dcert_compressor_test.cc73 uint64 hash = QuicUtils::FNV1a_64_Hash(chain[0].data(), chain[0].size());
H A Dquic_crypto_client_config.cc384 hashes.push_back(QuicUtils::FNV1a_64_Hash(i->data(), i->size()));
438 if (!QuicUtils::FindMutualTag(
439 aead, their_aeads, num_their_aeads, QuicUtils::LOCAL_PRIORITY,
441 !QuicUtils::FindMutualTag(
443 QuicUtils::LOCAL_PRIORITY, &out_params->key_exchange,
H A Dcrypto_server_test.cc86 client_version_ = QuicUtils::TagToString(
329 string client_version = QuicUtils::TagToString(
434 string bad_version = QuicUtils::TagToString(
H A Dquic_crypto_server_config.cc625 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
626 num_their_aeads, QuicUtils::LOCAL_PRIORITY,
628 !QuicUtils::FindMutualTag(
630 QuicUtils::LOCAL_PRIORITY, &params->key_exchange,
/external/chromium_org/net/tools/quic/
H A Dquic_server_test.cc55 QuicEncryptedPacket encrypted_valid_packet(QuicUtils::AsChars(valid_packet),
H A Dquic_dispatcher.cc64 DVLOG(1) << QuicUtils::ErrorToString(framer->error());
339 << "Error: " << QuicUtils::ErrorToString(error);
347 << QuicUtils::ErrorToString(error);
/external/chromium_org/net/base/
H A Dnet_log_logger.cc165 dict->SetInteger(net::QuicUtils::ErrorToString(error),
180 dict->SetInteger(net::QuicUtils::StreamErrorToString(error),
/external/chromium_org/net/http/
H A Dhttp_network_session.cc264 connection_options->AppendString("'" + QuicUtils::TagToString(*it) + "'");

Completed in 235 milliseconds

12