HomeSort by: relevance | last modified time | path
    Searched refs:new_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c 933 OSSL_TIME new_timeout = ossl_seconds2time(t); local
940 s->timeout = new_timeout;
945 s->timeout = new_timeout;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c 939 time_t new_timeout = (time_t)t; local
946 s->timeout = new_timeout;
951 s->timeout = new_timeout;

Completed in 24 milliseconds