Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Drmd160.c69 #define KK4 0x00000000U macro
341 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
342 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
343 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
344 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
345 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
346 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
347 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
348 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
349 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
[all …]