shifts             46 ext/hash/hash_snefru.c 	static int shifts[4] = {16, 8, 16, 24};
shifts             89 ext/hash/hash_snefru.c 			rshift = shifts[b];
shifts            380 ext/standard/crypt_freesec.c 	int	shifts, round;
shifts            429 ext/standard/crypt_freesec.c 	shifts = 0;
shifts            433 ext/standard/crypt_freesec.c 		shifts += key_shifts[round];
shifts            435 ext/standard/crypt_freesec.c 		t0 = (k0 << shifts) | (k0 >> (28 - shifts));
shifts            436 ext/standard/crypt_freesec.c 		t1 = (k1 << shifts) | (k1 >> (28 - shifts));