Searched refs:t_now (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c336 time_t t_now, t_tmp; local
337 time(&t_now);
343 t_tmp = t_now + nsec;
354 t_tmp = t_now - maxsec;
370 t_tmp = t_now - nsec;

Completed in 91 milliseconds