rots 79 lib/replace/crypt.c static int rots[16] = { rots 559 lib/replace/crypt.c v1 = (v1 << rots[i]) | (v1 >> (28 - rots[i])); rots 573 lib/replace/crypt.c v2 = (v2 << rots[i]) | (v2 >> (28 - rots[i]));