HomeSort by relevance Sort by last modified time
    Searched defs:t_now (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_cl.c 315 time_t t_now, t_tmp; local
316 time(&t_now);
325 t_tmp = t_now + nsec;
335 t_tmp = t_now - maxsec;
355 t_tmp = t_now - nsec;
  /external/openssl/crypto/ocsp/
ocsp_cl.c 315 time_t t_now, t_tmp; local
316 time(&t_now);
325 t_tmp = t_now + nsec;
335 t_tmp = t_now - maxsec;
355 t_tmp = t_now - nsec;

Completed in 190 milliseconds