Lines Matching refs:rol32
31 return x ^ rol32(x, 9) ^ rol32(x, 17);
36 return x ^ rol32(x, 15) ^ rol32(x, 23);
64 tmp = w[i - 16] ^ w[i - 9] ^ rol32(w[i - 3], 15);
65 w[i] = p1(tmp) ^ (rol32(w[i - 13], 7)) ^ w[i - 6];
92 ss1 = rol32((rol32(a, 12) + e + rol32(t(i), i & 31)), 7);
94 ss2 = ss1 ^ rol32(a, 12);
103 c = rol32(b, 9);
107 g = rol32(f, 19);