Searched refs:KK0 (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | rmd160.c | 69 #define KK0 0x50A28BE6U macro 285 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform() 286 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform() 287 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform() 288 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform() 289 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform() 290 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform() 291 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform() 292 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform() 293 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform() [all …]
|