Home
last modified time | relevance | path

Searched defs:kSHA256Length (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/crypto/
H A Dsha2.h23 static const size_t kSHA256Length = 32; // Length in bytes of a SHA-256 hash. variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/crypto/
H A Dsha2.h23 static const size_t kSHA256Length = 32; // Length in bytes of a SHA-256 hash. variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/utility/safe_browsing/mac/
H A Ddmg_analyzer.cc99 ReadStream* stream, uint8_t digest[crypto::kSHA256Length]) { in HashAndCopyStream()