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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp96 uint32_t sha1_rol32(uint32_t number, uint8_t bits) { function in namespace:__anon2507
112 s->buffer[i&15] = sha1_rol32(t,1);
123 t+=sha1_rol32(a,5) + e + s->buffer[i&15];
126 c=sha1_rol32(b,30);

Completed in 58 milliseconds