Searched refs:server_hash (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/crypto/
H A Dp224_spake.cc200 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/
H A Dsdch_manager.cc430 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]
429 GetVcdiffDictionary( const std::string& server_hash, const GURL& referring_url, scoped_refptr<Dictionary>* dictionary) argument
471 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]
H A Dsdch_manager_unittest.cc221 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...]
H A Dsdch_manager.h320 // 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/
H A Dsdch_filter_unittest.cc84 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");

Completed in 163 milliseconds