Home
last modified time | relevance | path

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

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