Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.h21 static const int kSHA1NumBytes = 20; variable
26 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
H A DFuzzerSHA1.cpp211 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() argument
213 for (int i = 0; i < kSHA1NumBytes; i++) in Sha1ToString()
219 uint8_t Hash[kSHA1NumBytes]; in Hash()
H A DFuzzerInternal.h119 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit.
H A DFuzzerCorpus.h32 uint8_t Sha1[kSHA1NumBytes]; // Checksum.