Searched refs:KK3 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 71 #define KK3 0x7A6D76E9U macro 327 R(c, d, e, a, b, F1, KK3, 15, 8); in RMD160Transform() 328 R(b, c, d, e, a, F1, KK3, 5, 6); in RMD160Transform() 329 R(a, b, c, d, e, F1, KK3, 8, 4); in RMD160Transform() 330 R(e, a, b, c, d, F1, KK3, 11, 1); in RMD160Transform() 331 R(d, e, a, b, c, F1, KK3, 14, 3); in RMD160Transform() 332 R(c, d, e, a, b, F1, KK3, 14, 11); in RMD160Transform() 333 R(b, c, d, e, a, F1, KK3, 6, 15); in RMD160Transform() 334 R(a, b, c, d, e, F1, KK3, 14, 0); in RMD160Transform() 335 R(e, a, b, c, d, F1, KK3, 6, 5); in RMD160Transform() [all …]
|