Searched refs:shifts (Results 1 – 5 of 5) sorted by relevance
382 int shifts, round; in des_setkey() local431 shifts = 0; in des_setkey()435 shifts += key_shifts[round]; in des_setkey()437 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()438 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
24 fwrite( $fp, "Testing the rot13 filter which shifts some things around." );
2 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts)
2 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts)
46 static int shifts[4] = {16, 8, 16, 24}; in Snefru() local89 rshift = shifts[b]; in Snefru()
Completed in 10 milliseconds