Searched refs:KK0 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 68 #define KK0 0x50A28BE6U macro 276 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform() 277 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform() 278 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform() 279 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform() 280 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform() 281 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform() 282 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform() 283 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform() 284 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform() [all …]
|