Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h57 enum { BLOCK_LENGTH = 64 }; enumerator
H A DSHA256.h64 enum { BLOCK_LENGTH = 64 }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp53 #define BLOCK_LENGTH 64 macro