Home
last modified time | relevance | path

Searched refs:chaff_until (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dclientloop.c576 static struct timespec next_interval, chaff_until; in obfuscate_keystroke_timing() local
603 if (timespeccmp(&now, &chaff_until, >=)) { in obfuscate_keystroke_timing()
650 timespecadd(&now, &tmp, &chaff_until); in obfuscate_keystroke_timing()