| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_engine_local.h | 44 OSSL_TIME (*now_cb)(void *arg); member in struct:quic_engine_st
|
| quic_engine.c | 79 if (qeng->now_cb == NULL) 82 return qeng->now_cb(qeng->now_cb_arg); 89 if (qeng->now_cb != NULL 93 offset = qeng->now_cb(qeng->now_cb_arg); 103 OSSL_TIME (*now_cb)(void *arg), 106 qeng->now_cb = now_cb;
|
| cc_newreno.c | 9 OSSL_TIME (*now_cb)(void *arg); member in struct:ossl_cc_newreno_st 47 static OSSL_CC_DATA *newreno_new(OSSL_TIME (*now_cb)(void *arg), 55 nr->now_cb = now_cb; 254 nr->cong_recovery_start_time = nr->now_cb(nr->now_cb_arg);
|
| qlog.c | 64 qlog->info.now_cb = info->now_cb; 90 if (qlog->info.now_cb == NULL) 91 qlog->info.now_cb = default_now; 413 qlog->event_time = qlog->info.now_cb(qlog->info.now_cb_arg);
|
| quic_tserver.c | 127 ossl_quic_engine_set_time_cb(srv->engine, srv->args.now_cb,
|
| quic_impl.c | 889 OSSL_TIME (*now_cb)(void *arg), 899 ossl_quic_engine_set_time_cb(ctx.obj->engine, now_cb, now_cb_arg);
|
| quic_channel.c | 124 qti.now_cb = get_time;
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_engine.h | 85 OSSL_TIME (*now_cb)(void *arg),
|
| quic_cc.h | 86 OSSL_CC_DATA *(*new)(OSSL_TIME (*now_cb)(void *arg),
|
| quic_tserver.h | 42 OSSL_TIME (*now_cb)(void *arg); member in struct:quic_tserver_args_st
|
| qlog.h | 35 OSSL_TIME (*now_cb)(void *arg); member in struct:qlog_trace_info_st
|
| quic_ssl.h | 151 OSSL_TIME (*now_cb)(void *arg),
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| noisydgrambio.c | 37 OSSL_TIME (*now_cb)(void *arg); member in struct:noisy_dgram_st 95 struct bio_noise_now_cb_st *now_cb = ptr; local 100 data->now_cb = now_cb->now_cb; 101 data->now_cb_arg = now_cb->now_cb_arg; 184 now = data->now_cb != NULL ? data->now_cb(data->now_cb_arg) 349 now = data->now_cb != NULL ? data->now_cb(data->now_cb_arg [all...] |
| quictestlib.h | 274 OSSL_TIME (*now_cb)(void *); member in struct:bio_noise_now_cb_st
|
| quictestlib.c | 270 struct bio_noise_now_cb_st now_cb = { fake_now_cb, NULL }; local 285 0, &now_cb), 297 0, &now_cb), 350 tserver_args.now_cb = fake_now_cb;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cc_dummy.c | 20 static OSSL_CC_DATA *dummy_new(OSSL_TIME (*now_cb)(void *arg),
|
| quic_qlog_test.c | 94 qti.now_cb = now;
|
| quic_tserver_test.c | 124 tserver_args.now_cb = fake_now;
|
| quic_multistream_test.c | 766 s_args.now_cb = get_time;
|
| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| terp.c | 521 OSSL_TIME (*now_cb)(void *arg); member in struct:terp_config_st 549 if (!TEST_true(cfg->now_cb != NULL)) 643 return terp->cfg.now_cb(terp->cfg.now_cb_arg);
|
| quic_bindings.c | 665 cfg->now_cb = get_time;
|