Searched refs:KK4 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 72 #define KK4 0x00000000U macro 344 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform() 345 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform() 346 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform() 347 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform() 348 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform() 349 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform() 350 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform() 351 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform() 352 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform() [all …]
|