Home
last modified time | relevance | path

Searched refs:client_hash (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/base/
Dsdch_manager.cc31 const std::string& client_hash, in Dictionary() argument
38 client_hash_(client_hash), in Dictionary()
366 std::string client_hash; in AddSdchDictionary() local
368 GenerateHash(dictionary_text, &client_hash, &server_hash); in AddSdchDictionary()
452 DVLOG(1) << "Loaded dictionary with client hash " << client_hash in AddSdchDictionary()
455 new Dictionary(dictionary_text, header_end + 2, client_hash, in AddSdchDictionary()
488 list->append(it->second->client_hash()); in GetAvailDictionaryList()
497 std::string* client_hash, std::string* server_hash) { in GenerateHash() argument
503 UrlSafeBase64Encode(first_48_bits, client_hash); in GenerateHash()
507 DCHECK_EQ(client_hash->length(), 8u); in GenerateHash()
Dsdch_manager.h179 const std::string& client_hash,
188 const std::string& client_hash() const { return client_hash_; } in client_hash() function
325 std::string* client_hash, std::string* server_hash);
Dsdch_filter_unittest.cc78 std::string client_hash; in NewSdchCompressedData() local
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash); in NewSdchCompressedData()
93 std::string client_hash, server_hash; in TEST_F() local
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash); in TEST_F()
97 EXPECT_EQ(client_hash, "lMQBjS3P"); in TEST_F()
/external/dbus/dbus/
Ddbus-auth.c680 DBusString client_hash; in sha1_handle_second_client_response() local
696 if (!_dbus_string_init (&client_hash)) in sha1_handle_second_client_response()
707 &client_hash, in sha1_handle_second_client_response()
712 _dbus_string_get_length (&client_hash) == 0) in sha1_handle_second_client_response()
738 if (!_dbus_string_equal (&client_hash, &correct_hash)) in sha1_handle_second_client_response()
768 _dbus_string_zero (&client_hash); in sha1_handle_second_client_response()
769 _dbus_string_free (&client_hash); in sha1_handle_second_client_response()