| HD | rmd160.c | 75 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro 180 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 181 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 182 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 183 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 184 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 185 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() 186 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform() 187 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform() 188 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform() [all …]
|