Searched refs:now_cb (Results 1 – 21 of 21) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_thread_assist.c | 37 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 D | quic_engine.c | 36 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 D | cc_newreno.c | 9 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 D | quic_engine_local.h | 44 OSSL_TIME (*now_cb)(void *arg); member
|
H A D | qlog.c | 64 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 D | quic_tserver.c | 125 engine_args.now_cb = srv->args.now_cb; in ossl_quic_tserver_new()
|
H A D | quic_impl.c | 607 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 D | quic_channel.c | 128 qti.now_cb = get_time; in ch_get_qlog()
|
/openssl/test/helpers/ |
H A D | noisydgrambio.c | 37 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 D | quictestlib.h | 271 OSSL_TIME (*now_cb)(void *); member
|
H A D | quictestlib.c | 224 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 D | quic_thread_assist.h | 50 OSSL_TIME (*now_cb)(void *arg); member 62 OSSL_TIME (*now_cb)(void *arg),
|
H A D | quic_engine.h | 56 OSSL_TIME (*now_cb)(void *arg); member
|
H A D | quic_cc.h | 86 OSSL_CC_DATA *(*new)(OSSL_TIME (*now_cb)(void *arg),
|
H A D | quic_tserver.h | 42 OSSL_TIME (*now_cb)(void *arg); member
|
H A D | qlog.h | 35 OSSL_TIME (*now_cb)(void *arg); member
|
H A D | quic_ssl.h | 120 OSSL_TIME (*now_cb)(void *arg),
|
/openssl/test/ |
H A D | cc_dummy.c | 20 static OSSL_CC_DATA *dummy_new(OSSL_TIME (*now_cb)(void *arg), in dummy_new()
|
H A D | quic_qlog_test.c | 94 qti.now_cb = now; in test_qlog()
|
H A D | quic_tserver_test.c | 124 tserver_args.now_cb = fake_now; in do_test()
|
H A D | quic_multistream_test.c | 752 s_args.now_cb = get_time; in helper_init()
|
Completed in 101 milliseconds