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

  /external/chromium_org/crypto/
p224_spake.cc 200 uint8 client_hash[kSHA256Length], server_hash[kSHA256Length]; local
204 server_hash);
206 const uint8* my_hash = is_server_ ? server_hash : client_hash;
207 const uint8* their_hash = is_server_ ? client_hash : server_hash;
  /external/chromium_org/net/base/
sdch_manager.cc 430 const std::string& server_hash,
435 DictionaryMap::iterator it = dictionaries_.find(server_hash);
472 std::string* client_hash, std::string* server_hash) {
479 UrlSafeBase64Encode(second_48_bits, server_hash);
481 DCHECK_EQ(server_hash->length(), 8u);
511 std::string server_hash; local
512 GenerateHash(dictionary_text, &client_hash, &server_hash);
513 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
604 << " and server hash " << server_hash; local
609 dictionaries_[server_hash] = dictionary
    [all...]
sdch_manager_unittest.cc 221 std::string server_hash; local
222 sdch_manager()->GenerateHash(dictionary_text, &client_hash, &server_hash);
223 sdch_manager()->GetVcdiffDictionary(server_hash, target_url, &dictionary);
244 std::string server_hash; local
245 sdch_manager()->GenerateHash(dictionary_text, &client_hash, &server_hash);
246 sdch_manager()->GetVcdiffDictionary(server_hash, target_url, &dictionary);
267 std::string server_hash; local
268 sdch_manager()->GenerateHash(dictionary_text, &client_hash, &server_hash);
269 sdch_manager()->GetVcdiffDictionary(server_hash, target_url, &dictionary);
547 std::string server_hash; local
    [all...]
sdch_manager.h 320 // after the meta-data headers like Domain:...) with the given |server_hash|
325 void GetVcdiffDictionary(const std::string& server_hash,
338 std::string* client_hash, std::string* server_hash);
  /external/chromium_org/net/filter/
sdch_filter_unittest.cc 84 std::string server_hash; local
85 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
88 std::string compressed(server_hash);
106 std::string client_hash, server_hash; local
108 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
111 EXPECT_EQ(server_hash, "MyciMVll");
    [all...]

Completed in 988 milliseconds