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

  /external/chromium_org/crypto/
p224_spake.cc 200 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_org/net/base/
sdch_manager.cc 41 const std::string& client_hash,
48 client_hash_(client_hash),
384 std::string client_hash; local
386 GenerateHash(dictionary_text, &client_hash, &server_hash);
473 DVLOG(1) << "Loaded dictionary with client hash " << client_hash
476 new Dictionary(dictionary_text, header_end + 2, client_hash,
516 list->append(it->second->client_hash());
525 std::string* client_hash, std::string* server_hash) {
531 UrlSafeBase64Encode(first_48_bits, client_hash);
535 DCHECK_EQ(client_hash->length(), 8u)
    [all...]
sdch_manager.h 181 // at the given offset. The supplied client_hash should be used to
185 const std::string& client_hash,
194 const std::string& client_hash() const { return client_hash_; } function in class:net::SdchManager::Dictionary
329 std::string* client_hash, std::string* server_hash);
sdch_manager_unittest.cc 196 std::string client_hash; local
198 sdch_manager()->GenerateHash(dictionary_text, &client_hash, &server_hash);
219 std::string client_hash; local
221 sdch_manager()->GenerateHash(dictionary_text, &client_hash, &server_hash);
  /external/chromium_org/net/filter/
sdch_filter_unittest.cc 80 std::string client_hash; local
82 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
95 std::string client_hash, server_hash; local
97 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
99 EXPECT_EQ(client_hash, "lMQBjS3P");
    [all...]
  /external/fio/
client.c 68 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable in typeref:struct:flist_head
75 flist_add(&client->hash_list, &client_hash[bucket]);
89 INIT_FLIST_HEAD(&client_hash[i]);
122 flist_for_each(entry, &client_hash[bucket]) {
    [all...]

Completed in 309 milliseconds