Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp160 memset(BaseSha1, 0, sizeof(BaseSha1)); in Fuzzer()
179 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str()); in DumpCurrentUnit()
495 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile() local
497 OutputString.append(BaseSha1); in WriteEdgeToMutationGraphFile()
728 memcpy(BaseSha1, II.Sha1, sizeof(BaseSha1)); in MutateAndTestOne()
H A DFuzzerInternal.h119 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit. variable