Searched refs:K2 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Ddirhash.c64 #define K2 013240474631UL macro
85 ROUND(G, a, b, c, d, in[1] + K2, 3);
86 ROUND(G, d, a, b, c, in[3] + K2, 5);
87 ROUND(G, c, d, a, b, in[5] + K2, 9);
88 ROUND(G, b, c, d, a, in[7] + K2, 13);
89 ROUND(G, a, b, c, d, in[0] + K2, 3);
90 ROUND(G, d, a, b, c, in[2] + K2, 5);
91 ROUND(G, c, d, a, b, in[4] + K2, 9);
92 ROUND(G, b, c, d, a, in[6] + K2, 13);
115 #undef K2 macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Drandom.c855 #define K2 0x6ED9EBA1L /* Rounds 20-39: sqrt(3) * 2^30 */ macro
902 TEMP = f2(B, C, D) + K2;
918 TEMP = f2(B, C, D) + K2 + ROTL(5, A) + E + W[i];
938 subRound( A, B, C, D, E, f2, K2, W[ i ] );
939 subRound( E, A, B, C, D, f2, K2, W[ i+1 ] );
940 subRound( D, E, A, B, C, f2, K2, W[ i+2 ] );
941 subRound( C, D, E, A, B, f2, K2, W[ i+3 ] );
942 subRound( B, C, D, E, A, f2, K2, W[ i+4 ] );
980 subRound( A, B, C, D, E, f2, K2, W[ 20 ] );
981 subRound( E, A, B, C, D, f2, K2,
1063 #undef K2 macro
1902 #define K2 macro
2004 #undef K2 macro
[all...]

Completed in 90 milliseconds