Searched defs:client_hash (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/crypto/
H A Dp224_spake.cc200 uint8 client_hash[kSHA256Length], server_hash[kSHA256Length]; local
202 client_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/net/base/
H A Dsdch_filter_unittest.cc78 std::string client_hash; local
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
93 std::string client_hash, server_hash; local
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
97 EXPECT_EQ(client_hash, "lMQBjS3P");
H A Dsdch_manager.cc31 const std::string& client_hash,
38 client_hash_(client_hash),
366 std::string client_hash; local
368 GenerateHash(dictionary_text, &client_hash, &server_hash);
452 DVLOG(1) << "Loaded dictionary with client hash " << client_hash
455 new Dictionary(dictionary_text, header_end + 2, client_hash,
488 list->append(it->second->client_hash());
497 std::string* client_hash, std::string* server_hash) {
503 UrlSafeBase64Encode(first_48_bits, client_hash);
507 DCHECK_EQ(client_hash
29 Dictionary(const std::string& dictionary_text, size_t offset, const std::string& client_hash, const GURL& gurl, const std::string& domain, const std::string& path, const base::Time& expiration, const std::set<int>& ports) argument
496 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]
H A Dsdch_manager.h175 // at the given offset. The supplied client_hash should be used to
179 const std::string& client_hash,
188 const std::string& client_hash() const { return client_hash_; } function in class:net::SdchManager::Dictionary
325 std::string* client_hash, std::string* server_hash);
/external/chromium_org/net/base/
H A Dsdch_filter_unittest.cc72 std::string client_hash; local
74 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
87 std::string client_hash, server_hash; local
89 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
91 EXPECT_EQ(client_hash, "lMQBjS3P");
H A Dsdch_manager.cc34 const std::string& client_hash,
41 client_hash_(client_hash),
378 std::string client_hash; local
380 GenerateHash(dictionary_text, &client_hash, &server_hash);
464 DVLOG(1) << "Loaded dictionary with client hash " << client_hash
467 new Dictionary(dictionary_text, header_end + 2, client_hash,
502 list->append(it->second->client_hash());
511 std::string* client_hash, std::string* server_hash) {
517 UrlSafeBase64Encode(first_48_bits, client_hash);
521 DCHECK_EQ(client_hash
32 Dictionary(const std::string& dictionary_text, size_t offset, const std::string& client_hash, const GURL& gurl, const std::string& domain, const std::string& path, const base::Time& expiration, const std::set<int>& ports) argument
510 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]
H A Dsdch_manager.h176 // at the given offset. The supplied client_hash should be used to
180 const std::string& client_hash,
189 const std::string& client_hash() const { return client_hash_; } function in class:net::SdchManager::Dictionary
324 std::string* client_hash, std::string* server_hash);

Completed in 124 milliseconds