Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp81 #define SHA1_K0 0x5a827999 macro
115 t = (d ^ (b & (c ^ d))) + SHA1_K0; in sha1_hashBlock()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp70 #define SHA1_K0 0x5a827999 macro