Searched refs:kSHA1NumBytes (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerSHA1.h22 static const int kSHA1NumBytes = 20; member in namespace:fuzzer
24 // Computes SHA1 hash of 'Len' bytes in 'Data', writes kSHA1NumBytes to 'Out'.
27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
H A DFuzzerSHA1.cpp209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) {
211 for (int i = 0; i < kSHA1NumBytes; i++)
217 uint8_t Hash[kSHA1NumBytes];
H A DFuzzerInternal.h120 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit.
H A DFuzzerCorpus.h30 uint8_t Sha1[kSHA1NumBytes]; // Checksum.

Completed in 171 milliseconds