Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Drmd160.c69 #define KK1 0x5C4DD124U macro
293 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
294 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
295 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
296 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
297 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
298 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
299 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
300 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
301 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
[all …]