Home
last modified time | relevance | path

Searched refs:get_time (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel.c82 static OSSL_TIME get_time(void *arg);
128 qti.now_cb = get_time; in ch_get_qlog()
219 get_time, ch)) in ch_init()
230 get_time, ch)) in ch_init()
235 get_time, ch)) in ch_init()
276 txp_args.now = get_time; in ch_init()
598 static OSSL_TIME get_time(void *arg) in get_time() function
1878 now = get_time(ch); in ossl_quic_channel_subtick()
1923 now = get_time(ch); in ossl_quic_channel_subtick()
2884 = ossl_time_add(get_time(ch), in ch_start_terminating()
[all …]
H A Dquic_port.c27 static OSSL_TIME get_time(void *arg);
75 get_time, port)) == NULL) in port_init()
163 static OSSL_TIME get_time(void *port) in get_time() function
H A Dquic_impl.c77 static OSSL_TIME get_time(QUIC_CONNECTION *qc) in get_time() function
89 return get_time(qc); in get_time_cb()
1110 *tv = ossl_time_to_timeval(ossl_time_subtract(deadline, get_time(ctx.qc))); in ossl_quic_get_event_timeout()
/openssl/test/
H A Dquic_multistream_test.c337 static OSSL_TIME get_time(void *arg) in get_time() function
749 s_args.now_cb = get_time; in helper_init()
795 if (!TEST_true(ossl_quic_conn_set_override_now_cb(h->c_conn, get_time, h))) in helper_init()

Completed in 72 milliseconds