Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h31 uint8_t Sha1[kSHA1NumBytes]; // Checksum.
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp683 std::vector<uint8_t> ExpectedSha1(kSHA1NumBytes); in TEST()
685 std::vector<uint8_t> IISha1(FirstII->Sha1, FirstII->Sha1 + kSHA1NumBytes); in TEST()