Home
last modified time | relevance | path

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

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