Searched refs:tv_now (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/libkern/ |
H A D | arc4random.c | 86 struct timeval tv_now; in chacha20_randomstir() local 142 getmicrouptime(&tv_now); in chacha20_randomstir() 145 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec); in chacha20_randomstir() 147 chacha20->t_reseed = tv_now.tv_sec + CHACHA20_RESEED_SECONDS; in chacha20_randomstir()
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 289 struct timeval tv_start, tv_end, tv_now, tv; in watchdog_check_dogfunction_time() local 328 TIMESPEC_TO_TIMEVAL(&tv_now, &tp_now); in watchdog_check_dogfunction_time() 329 timersub(&tv_now, &tv_start, &tv); in watchdog_check_dogfunction_time()
|
/freebsd/crypto/openssh/ |
H A D | sk-usbhid.c | 511 struct timeval tv_start, tv_now, tv_delta; in sk_select_by_touch() local 548 monotime_tv(&tv_now); in sk_select_by_touch() 549 timersub(&tv_now, &tv_start, &tv_delta); in sk_select_by_touch()
|