H A D | rmd160.c | 62 #define K3 0x8F1BBCDCU macro 230 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform() 231 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform() 232 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform() 233 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform() 234 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform() 235 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform() 236 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform() 237 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform() 238 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform() [all …]
|