Home
last modified time | relevance | path

Searched refs:now_cb_arg (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_engine.c82 return qeng->now_cb(qeng->now_cb_arg); in ossl_quic_engine_get_time()
93 offset = qeng->now_cb(qeng->now_cb_arg); in ossl_quic_engine_make_real_time()
104 void *now_cb_arg) in ossl_quic_engine_set_time_cb() argument
107 qeng->now_cb_arg = now_cb_arg; in ossl_quic_engine_set_time_cb()
H A Dcc_newreno.c10 void *now_cb_arg; member
48 void *now_cb_arg) in newreno_new() argument
56 nr->now_cb_arg = now_cb_arg; in newreno_new()
254 nr->cong_recovery_start_time = nr->now_cb(nr->now_cb_arg); in newreno_cong()
H A Dquic_engine_local.h45 void *now_cb_arg; member
H A Dqlog.c65 qlog->info.now_cb_arg = info->now_cb_arg; in ossl_qlog_new()
413 qlog->event_time = qlog->info.now_cb(qlog->info.now_cb_arg); in ossl_qlog_event_try_begin()
H A Dquic_tserver.c128 srv->args.now_cb_arg); in ossl_quic_tserver_new()
H A Dquic_impl.c890 void *now_cb_arg) in ossl_quic_set_override_now_cb() argument
899 ossl_quic_engine_set_time_cb(ctx.obj->engine, now_cb, now_cb_arg); in ossl_quic_set_override_now_cb()
H A Dquic_channel.c125 qti.now_cb_arg = ch; in ch_get_qlog()
/freebsd/crypto/openssl/test/helpers/
H A Dnoisydgrambio.c38 void *now_cb_arg; member
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.h275 void *now_cb_arg; member
/freebsd/crypto/openssl/include/internal/
H A Dquic_engine.h86 void *now_cb_arg);
H A Dquic_cc.h87 void *now_cb_arg);
H A Dquic_tserver.h43 void *now_cb_arg; member
H A Dqlog.h36 void *now_cb_arg; member
H A Dquic_ssl.h152 void *now_cb_arg);
/freebsd/crypto/openssl/test/
H A Dcc_dummy.c21 void *now_cb_arg) in dummy_new() argument
H A Dquic_multistream_test.c767 s_args.now_cb_arg = h; in helper_init()
/freebsd/crypto/openssl/test/radix/
H A Dterp.c522 void *now_cb_arg; member
643 return terp->cfg.now_cb(terp->cfg.now_cb_arg); in TERP_now()