reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 d=s->state[3]; 114 t = (d ^ (b & (c ^ d))) + SHA1_K0; 114 t = (d ^ (b & (c ^ d))) + SHA1_K0; 116 t = (b ^ c ^ d) + SHA1_K20; 118 t = ((b & c) | (d & (b | c))) + SHA1_K40; 120 t = (b ^ c ^ d) + SHA1_K60; 123 e=d; 124 d=c; 132 s->state[3] += d;