HomeSort by: relevance | last modified time | path
    Searched refs:kSHA1NumBytes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerSHA1.h 22 static const int kSHA1NumBytes = 20;
24 // Computes SHA1 hash of 'Len' bytes in 'Data', writes kSHA1NumBytes to 'Out'.
27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
FuzzerSHA1.cpp 209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) {
211 for (int i = 0; i < kSHA1NumBytes; i++)
217 uint8_t Hash[kSHA1NumBytes];
FuzzerInternal.h 120 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit.
FuzzerCorpus.h 30 uint8_t Sha1[kSHA1NumBytes]; // Checksum.

Completed in 19 milliseconds