10 references to RotateRight
mscorlib (10)
system\security\cryptography\sha512managed.cs (10)
325return (RotateRight(x,28) ^ RotateRight(x,34) ^ RotateRight(x,39)); 329return (RotateRight(x,14) ^ RotateRight(x,18) ^ RotateRight(x,41)); 333return (RotateRight(x,1) ^ RotateRight(x,8) ^ (x >> 7)); 337return (RotateRight(x,19) ^ RotateRight(x,61) ^ (x >> 6));