Home
last modified time | relevance | path

Searched refs:now_cb (Results 1 – 21 of 21) sorted by relevance

/openssl/ssl/quic/
H A Dquic_thread_assist.c37 if (qta->now_cb != NULL in assist_thread_main()
45 qta->now_cb(qta->now_cb_arg)), in assist_thread_main()
73 OSSL_TIME (*now_cb)(void *arg), in ossl_quic_thread_assist_init_start()
84 qta->now_cb = now_cb; in ossl_quic_thread_assist_init_start()
H A Dquic_engine.c36 qeng->now_cb = args->now_cb; in ossl_quic_engine_new()
79 if (qeng->now_cb == NULL) in ossl_quic_engine_get_time()
82 return qeng->now_cb(qeng->now_cb_arg); in ossl_quic_engine_get_time()
H A Dcc_newreno.c9 OSSL_TIME (*now_cb)(void *arg); member
47 static OSSL_CC_DATA *newreno_new(OSSL_TIME (*now_cb)(void *arg), in newreno_new()
55 nr->now_cb = now_cb; in newreno_new()
254 nr->cong_recovery_start_time = nr->now_cb(nr->now_cb_arg); in newreno_cong()
H A Dquic_engine_local.h44 OSSL_TIME (*now_cb)(void *arg); member
H A Dqlog.c64 qlog->info.now_cb = info->now_cb; in ossl_qlog_new()
89 if (qlog->info.now_cb == NULL) in ossl_qlog_new()
90 qlog->info.now_cb = default_now; in ossl_qlog_new()
412 qlog->event_time = qlog->info.now_cb(qlog->info.now_cb_arg); in ossl_qlog_event_try_begin()
H A Dquic_tserver.c125 engine_args.now_cb = srv->args.now_cb; in ossl_quic_tserver_new()
H A Dquic_impl.c607 OSSL_TIME (*now_cb)(void *arg), in ossl_quic_conn_set_override_now_cb()
617 ctx.qc->override_now_cb = now_cb; in ossl_quic_conn_set_override_now_cb()
1508 engine_args.now_cb = get_time_cb; in create_channel()
H A Dquic_channel.c128 qti.now_cb = get_time; in ch_get_qlog()
/openssl/test/helpers/
H A Dnoisydgrambio.c37 OSSL_TIME (*now_cb)(void *arg); member
95 struct bio_noise_now_cb_st *now_cb = ptr; in noisy_dgram_ctrl() local
100 data->now_cb = now_cb->now_cb; in noisy_dgram_ctrl()
101 data->now_cb_arg = now_cb->now_cb_arg; in noisy_dgram_ctrl()
184 now = data->now_cb != NULL ? data->now_cb(data->now_cb_arg) in noisy_dgram_sendmmsg()
349 now = data->now_cb != NULL ? data->now_cb(data->now_cb_arg) in noisy_dgram_recvmmsg()
H A Dquictestlib.h271 OSSL_TIME (*now_cb)(void *); member
H A Dquictestlib.c224 struct bio_noise_now_cb_st now_cb = { fake_now_cb, NULL }; in qtest_create_quic_objects() local
239 0, &now_cb), 1)) in qtest_create_quic_objects()
250 0, &now_cb), 1)) in qtest_create_quic_objects()
308 tserver_args.now_cb = fake_now_cb; in qtest_create_quic_objects()
/openssl/include/internal/
H A Dquic_thread_assist.h50 OSSL_TIME (*now_cb)(void *arg); member
62 OSSL_TIME (*now_cb)(void *arg),
H A Dquic_engine.h56 OSSL_TIME (*now_cb)(void *arg); member
H A Dquic_cc.h86 OSSL_CC_DATA *(*new)(OSSL_TIME (*now_cb)(void *arg),
H A Dquic_tserver.h42 OSSL_TIME (*now_cb)(void *arg); member
H A Dqlog.h35 OSSL_TIME (*now_cb)(void *arg); member
H A Dquic_ssl.h120 OSSL_TIME (*now_cb)(void *arg),
/openssl/test/
H A Dcc_dummy.c20 static OSSL_CC_DATA *dummy_new(OSSL_TIME (*now_cb)(void *arg), in dummy_new()
H A Dquic_qlog_test.c94 qti.now_cb = now; in test_qlog()
H A Dquic_tserver_test.c124 tserver_args.now_cb = fake_now; in do_test()
H A Dquic_multistream_test.c749 s_args.now_cb = get_time; in helper_init()

Completed in 100 milliseconds