Home
last modified time | relevance | path

Searched refs:hash_state (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_net_log_parameters.cc89 const std::string* hash_state, in ItemInterruptedNetLogCallback() argument
96 base::HexEncode(hash_state->data(), hash_state->size())); in ItemInterruptedNetLogCallback()
104 const std::string* hash_state, in ItemResumingNetLogCallback() argument
112 base::HexEncode(hash_state->data(), hash_state->size())); in ItemResumingNetLogCallback()
139 const std::string* hash_state, in ItemCanceledNetLogCallback() argument
145 base::HexEncode(hash_state->data(), hash_state->size())); in ItemCanceledNetLogCallback()
Dbase_file.cc50 Pickle hash_state(hash_state_bytes.c_str(), hash_state_bytes.size()); in BaseFile() local
51 PickleIterator data_iterator(hash_state); in BaseFile()
228 Pickle hash_state; in GetHashState() local
229 if (!secure_hash_->Serialize(&hash_state)) in GetHashState()
232 return std::string(reinterpret_cast<const char*>(hash_state.data()), in GetHashState()
233 hash_state.size()); in GetHashState()
Ddownload_net_log_parameters.h48 const std::string* hash_state,
55 const std::string* hash_state,
69 const std::string* hash_state,
Dbase_file.h41 const std::string& hash_state,
Dbase_file_unittest.cc390 std::string hash_state; in TEST_F() local
391 hash_state = base_file_->GetHashState(); in TEST_F()
406 hash_state, in TEST_F()
Ddownload_manager_impl.cc119 save_info->hash_state = params->hash_state(); in BeginDownload()
Ddownload_file_impl.cc50 save_info->hash_state, in DownloadFileImpl()
Ddownload_file_unittest.cc134 const std::string& hash_state) { in SetUpdateDownloadInfo() argument
137 hash_state_ = hash_state; in SetUpdateDownloadInfo()
Ddownload_item_impl.h215 const std::string& hash_state) OVERRIDE;
Ddownload_resource_handler.cc228 info->save_info->hash_state = ""; in OnResponseStarted()
Ddownload_item_impl.cc1031 const std::string& hash_state) { in DestinationUpdate() argument
1049 hash_state_ = hash_state; in DestinationUpdate()
/external/chromium_org/content/public/browser/
Ddownload_url_parameters.h97 void set_hash_state(std::string hash_state) { in set_hash_state() argument
98 save_info_.hash_state = hash_state; in set_hash_state()
134 const std::string& hash_state() const { return save_info_.hash_state; } in hash_state() function
Ddownload_destination_observer.h28 const std::string& hash_state) = 0;
Ddownload_save_info.h38 std::string hash_state; member
/external/llvm/include/llvm/ADT/
DHashing.h266 struct hash_state { struct
272 static hash_state create(const char *s, uint64_t seed) { in create() argument
273 hash_state state = { in create()
421 hash_state state = state.create(buffer, seed);
463 hash_state state = state.create(s_begin, seed);
504 hash_state state;
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c27 hash_state md; in md4_vector()
61 hash_state md; in md5_vector()
74 hash_state md; in sha1_vector()
147 hash_state md;
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll262 …sh_combine_recursive_helper" = type { [64 x i8], %"struct.llvm::hashing::detail::hash_state", i64 }
263 %"struct.llvm::hashing::detail::hash_state" = type { i64, i64, i64, i64, i64, i64, i64, i64 }