Searched refs:KK2 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 70 #define KK2 0x6D703EF3U macro 310 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform() 311 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform() 312 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform() 313 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform() 314 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform() 315 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform() 316 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform() 317 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform() 318 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform() [all …]
|