Home
last modified time | relevance | path

Searched refs:hash_to_expect (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file.cc341 const std::string& hash_to_expect) { in CalculatePartialHash() argument
389 if (!hash_to_expect.empty()) { in CalculatePartialHash()
390 DCHECK_EQ(secure_hash_->GetHashLength(), hash_to_expect.size()); in CalculatePartialHash()
395 if (memcmp(&buffer.front(), hash_to_expect.c_str(), in CalculatePartialHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dbase_file.cc341 const std::string& hash_to_expect) { in CalculatePartialHash() argument
389 if (!hash_to_expect.empty()) { in CalculatePartialHash()
390 DCHECK_EQ(secure_hash_->GetHashLength(), hash_to_expect.size()); in CalculatePartialHash()
395 if (memcmp(&buffer.front(), hash_to_expect.c_str(), in CalculatePartialHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/common/
H A Dbase_file.h251 const std::string& hash_to_expect);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/common/
H A Dbase_file.h251 const std::string& hash_to_expect);