Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Darc4random.c89 struct timeval tv_now; in chacha20_randomstir() local
137 getmicrouptime(&tv_now); in chacha20_randomstir()
140 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec); in chacha20_randomstir()
142 chacha20->t_reseed = tv_now.tv_sec + CHACHA20_RESEED_SECONDS; in chacha20_randomstir()