Searched refs:tv_now (Results 1 – 1 of 1) sorted by relevance
89 struct timeval tv_now; in chacha20_randomstir() local137 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()