Lines Matching refs:skew
93 static ulong64 timer, skew = 0; variable
120 skew = c2 - c1; in init_timer()
121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew); in init_timer()
279 t1 = c1 - skew; in time_keysched()
325 a1 = c2 - c1 - skew; in time_cipher()
344 a2 = c2 - c1 - skew; in time_cipher()
397 a1 = c2 - c1 - skew; in time_cipher2()
416 a2 = c2 - c1 - skew; in time_cipher2()
472 a1 = c2 - c1 - skew; in time_cipher3()
491 a2 = c2 - c1 - skew; in time_cipher3()
548 a1 = c2 - c1 - skew; in time_cipher4()
567 a2 = c2 - c1 - skew; in time_cipher4()
627 t1 = c2 - c1 - skew; in time_hash()