reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
  104 	b=s->state[1];
  114 			t = (d ^ (b & (c ^ d))) + SHA1_K0;
  116 			t = (b ^ c ^ d) + SHA1_K20;
  118 			t = ((b & c) | (d & (b | c))) + SHA1_K40;
  118 			t = ((b & c) | (d & (b | c))) + SHA1_K40;
  120 			t = (b ^ c ^ d) + SHA1_K60;
  125 		c=sha1_rol32(b,30);
  126 		b=a;
  130 	s->state[1] += b;