10 references to RotateRight
mscorlib (10)
system\security\cryptography\sha384managed.cs (10)
332return (RotateRight(x,28) ^ RotateRight(x,34) ^ RotateRight(x,39)); 336return (RotateRight(x,14) ^ RotateRight(x,18) ^ RotateRight(x,41)); 340return (RotateRight(x,1) ^ RotateRight(x,8) ^ (x >> 7)); 344return (RotateRight(x,19) ^ RotateRight(x,61) ^ (x >> 6));