Searched refs:KK4 (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | rmd160.c | 73 #define KK4 0x00000000U macro 353 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform() 354 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform() 355 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform() 356 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform() 357 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform() 358 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform() 359 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform() 360 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform() 361 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform() [all …]
|