Home
last modified time | relevance | path

Searched defs:kSHA1NumBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerSHA1.h22 static const int kSHA1NumBytes = 20; variable
DFuzzerSHA1.cpp209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString()