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            382 ext/standard/crypt_freesec.c 	int	shifts, round;
shifts            431 ext/standard/crypt_freesec.c 	shifts = 0;
shifts            435 ext/standard/crypt_freesec.c 		shifts += key_shifts[round];
shifts            437 ext/standard/crypt_freesec.c 		t0 = (k0 << shifts) | (k0 >> (28 - shifts));
shifts            438 ext/standard/crypt_freesec.c 		t1 = (k1 << shifts) | (k1 >> (28 - shifts));