Home
last modified time | relevance | path

Searched refs:kSHA1NumBytes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerUtil.cpp67 uint8_t Hash[kSHA1NumBytes]; in Hash()
70 for (int i = 0; i < kSHA1NumBytes; i++) in Hash()
DFuzzerInternal.h119 static const int kSHA1NumBytes = 20; variable