Searched refs:ossl_time_to_time_t (Results 1 – 6 of 6) sorted by relevance
10 ossl_time_to_time_t, ossl_time_from_time_t,42 time_t ossl_time_to_time_t(OSSL_TIME t);106 B<ossl_time_to_time_t> converts a time to a I<time_t>.162 B<ossl_time_to_timeval>, B<ossl_time_from_timeval>, B<ossl_time_to_time_t> and
135 (long long)ossl_time_to_time_t(x->time)) <= 0) in SSL_SESSION_print()
171 as.time = (int64_t)ossl_time_to_time_t(in->time); in i2d_SSL_SESSION()
947 return (long)ossl_time_to_time_t(s->timeout); in SSL_SESSION_get_timeout()961 return ossl_time_to_time_t(s->time); in SSL_SESSION_get_time_ex()
130 time_t ossl_time_to_time_t(OSSL_TIME t) in ossl_time_to_time_t() function
3390 return SSL_SESSION_set_time_ex(sess, ossl_time_to_time_t(tick_time)) != 0; in sub_session_time()
Completed in 92 milliseconds