Searched refs:ossl_seconds2time (Results 1 – 12 of 12) sorted by relevance
7 ossl_ticks2time, ossl_time2ticks, ossl_seconds2time, ossl_time2seconds,29 OSSL_TIME ossl_seconds2time(uint64_t);79 B<ossl_seconds2time>, B<ossl_ms2time> and B<ossl_us2time> convert an154 B<ossl_ticks2time>, B<ossl_seconds2time>, B<ossl_ms2time> and B<ossl_us2time>
47 ossl_seconds2time(SCT_CLOCK_DRIFT_TOLERANCE)); in CT_POLICY_EVAL_CTX_new_ex()
330 ret->timeout = ossl_seconds2time(as->timeout); in d2i_SSL_SESSION_ex()332 ret->timeout = ossl_seconds2time(3); in d2i_SSL_SESSION_ex()
115 ss->timeout = ossl_seconds2time(60 * 5 + 4); in SSL_SESSION_new()925 OSSL_TIME new_timeout = ossl_seconds2time(t); in SSL_SESSION_set_timeout()1128 s->session_timeout = ossl_seconds2time(t); in SSL_CTX_set_timeout()
61 return ossl_seconds2time(60 * 60 * 2); in dtls1_default_timeout()
627 # define TICKET_AGE_ALLOWANCE ossl_seconds2time(10)
3350 return ossl_seconds2time(60 * 60 * 2); in ssl3_default_timeout()
100 return ossl_seconds2time(60 * 60 * 2); in tls1_default_timeout()
42 #define ossl_seconds2time(s) ossl_ticks2time((s) * OSSL_TIME_SECOND) macro
121 cur_time = ossl_seconds2time(1000); in test_generic()
3388 tick_time = ossl_time_subtract(tick_time, ossl_seconds2time(10)); in sub_session_time()3532 if (ossl_time_compare(timer, ossl_seconds2time(7)) >= 0) in check_early_data_timeout()
3896 ossl_seconds2time(ONE_WEEK_SEC)) > 0) in create_ticket_prequel()
Completed in 93 milliseconds