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

References

projects/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
  105 	c=s->state[2];
  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;
  124 		d=c;
  125 		c=sha1_rol32(b,30);
  131 	s->state[2] += c;