HomeSort by relevance Sort by last modified time
    Searched defs:kSHA1NumBytes (Results 1 - 2 of 2) sorted by null

  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 101 static const int kSHA1NumBytes = 20;
102 // Computes SHA1 hash of 'Len' bytes in 'Data', writes kSHA1NumBytes to 'Out'.
104 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 119 static const int kSHA1NumBytes = 20;
120 // Computes SHA1 hash of 'Len' bytes in 'Data', writes kSHA1NumBytes to 'Out'.

Completed in 57 milliseconds