Home
last modified time | relevance | path

Searched defs:Sha1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h31 uint8_t Sha1[kSHA1NumBytes]; // Checksum. member
H A DFuzzerLoop.cpp487 std::string Sha1 = Sha1ToString(II->Sha1); in WriteEdgeToMutationGraphFile() local
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h58 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid }; enumerator