Home
last modified time | relevance | path

Searched refs:KK2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/opencrypto/
H A Drmd160.c67 #define KK2 0x6D703EF3U macro
307 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
308 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
309 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
310 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
311 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
312 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
313 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
314 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
315 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
[all …]