Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h119 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit. variable
H A DFuzzerLoop.cpp495 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile() local