Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
Drmd160.c73 #define KK4 0x00000000U macro
353 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
354 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
355 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
356 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
357 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
358 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
359 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
360 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
361 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
[all …]
/freebsd-10-stable/sys/opencrypto/
Drmd160.c72 #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 …]