Searched refs:Sha1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 32 uint8_t Sha1[kSHA1NumBytes]; // Checksum. 234 ComputeSHA1(U.data(), U.size(), II.Sha1); in AddToCorpus() 235 auto Sha1Str = Sha1ToString(II.Sha1); in AddToCorpus() 278 Printf("%s sz=%zd ", Sha1ToString(II->Sha1).c_str(), II->U.size()); in PrintCorpus() 291 Hashes.erase(Sha1ToString(II->Sha1)); in Replace() 293 ComputeSHA1(U.data(), U.size(), II->Sha1); in Replace() 294 Hashes.insert(Sha1ToString(II->Sha1)); in Replace() 330 Sha1ToString(II.Sha1).c_str(), II.U.size(), in PrintStats() 350 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile() 31 uint8_t Sha1[kSHA1NumBytes]; // Checksum. global() member
|
H A D | FuzzerLoop.cpp | 484 std::string Sha1 = Sha1ToString(II->Sha1); in WriteEdgeToMutationGraphFile() local 490 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile() 495 std::string BaseSha1 = Sha1ToString(BaseII->Sha1); in WriteEdgeToMutationGraphFile() 499 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile() 542 WriteFeatureSetToFile(Options.FeaturesDir, Sha1ToString(NewII->Sha1), in RunOne() 552 auto OldFeaturesFile = Sha1ToString(II->Sha1); in RunOne() 555 Sha1ToString(II->Sha1)); in RunOne() 728 memcpy(BaseSha1, II.Sha1, sizeof(BaseSha1)); in MutateAndTestOne()
|
H A D | FuzzerSHA1.h | 26 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
|
H A D | FuzzerSHA1.cpp | 211 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() 214 SS << std::hex << std::setfill('0') << std::setw(2) << (unsigned)Sha1[i]; in Sha1ToString()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 60 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid }; enumerator
|
H A D | Writer.cpp | 2902 case BuildIdKind::Sha1: in writeBuildId()
|
H A D | Driver.cpp | 911 return {BuildIdKind::Sha1, {}}; in getBuildId()
|
H A D | SyntheticSections.cpp | 295 case BuildIdKind::Sha1: in getHashSize()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 687 - Fix #983: Sha1 runtime insecure change was incomplete. 1441 - Merge PR #660 from Petr Menšík: Sha1 runtime insecure.
|