Searched refs:K3 (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.c65 #define K3 015666365641UL macro
95 ROUND(H, a, b, c, d, in[3] + K3, 3);
96 ROUND(H, d, a, b, c, in[7] + K3, 9);
97 ROUND(H, c, d, a, b, in[2] + K3, 11);
98 ROUND(H, b, c, d, a, in[6] + K3, 15);
99 ROUND(H, a, b, c, d, in[1] + K3, 3);
100 ROUND(H, d, a, b, c, in[5] + K3, 9);
101 ROUND(H, c, d, a, b, in[0] + K3, 11);
102 ROUND(H, b, c, d, a, in[4] + K3, 15);
116 #undef K3 macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Drandom.c856 #define K3 0x8F1BBCDCL /* Rounds 40-59: sqrt(5) * 2^30 */ macro
905 TEMP = f3(B, C, D) + K3;
922 TEMP = f3(B, C, D) + K3 + ROTL(5, A) + E + W[i];
945 subRound( A, B, C, D, E, f3, K3, W[ i ] );
946 subRound( E, A, B, C, D, f3, K3, W[ i+1 ] );
947 subRound( D, E, A, B, C, f3, K3, W[ i+2 ] );
948 subRound( C, D, E, A, B, f3, K3, W[ i+3 ] );
949 subRound( B, C, D, E, A, f3, K3, W[ i+4 ] );
1001 subRound( A, B, C, D, E, f3, K3, W[ 40 ] );
1002 subRound( E, A, B, C, D, f3, K3,
1064 #undef K3 macro
1903 #define K3 macro
2005 #undef K3 macro
[all...]

Completed in 192 milliseconds