Searched refs:rand_ctx (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_bbr.h | 58 ngtcp2_rand_ctx rand_ctx; member 115 const ngtcp2_rand_ctx *rand_ctx, 122 ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx,
|
D | ngtcp2_bbr2.h | 66 ngtcp2_rand_ctx rand_ctx; member 144 const ngtcp2_rand_ctx *rand_ctx,
|
D | ngtcp2_bbr.c | 102 ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, in ngtcp2_bbr_cc_init() argument 107 cc->rand_ctx = *rand_ctx; in ngtcp2_bbr_cc_init() 117 const ngtcp2_rand_ctx *rand_ctx, in ngtcp2_cc_bbr_cc_init() argument 126 ngtcp2_bbr_cc_init(bbr_cc, cstat, rst, initial_ts, rand, rand_ctx, log); in ngtcp2_cc_bbr_cc_init() 574 cc->rand(&rand, 1, &cc->rand_ctx); in bbr_enter_probe_bw()
|
D | ngtcp2_bbr2.c | 895 bbr->rand(&rand, 1, &bbr->rand_ctx); in bbr_pick_probe_wait() 899 bbr->rand(&rand, 1, &bbr->rand_ctx); in bbr_pick_probe_wait() 1337 ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, in bbr2_cc_init() argument 1342 bbr->rand_ctx = *rand_ctx; in bbr2_cc_init() 1455 const ngtcp2_rand_ctx *rand_ctx, in ngtcp2_cc_bbr2_cc_init() argument 1464 bbr2_cc_init(bbr, cstat, rst, initial_ts, rand, rand_ctx, log); in ngtcp2_cc_bbr2_cc_init()
|
D | ngtcp2_conn.c | 1183 callbacks->rand, &settings->rand_ctx, mem); in conn_new() 1191 callbacks->rand, &settings->rand_ctx, mem); in conn_new() 1328 callbacks->rand(&fixed_bit_byte, 1, &settings->rand_ctx); in conn_new()
|
/third_party/nghttp2/src/ |
D | h2load_quic.cc | 285 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() argument 287 *static_cast<std::mt19937 *>(rand_ctx->native_handle)); in rand() 398 settings.rand_ctx.native_handle = &worker->randgen; in quic_init()
|
D | shrpx_http3_upstream.cc | 198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() argument 200 *static_cast<std::mt19937 *>(rand_ctx->native_handle)); in rand() 638 settings.rand_ctx.native_handle = &worker->get_randgen(); in init()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 1814 ngtcp2_rand_ctx rand_ctx; member 2961 const ngtcp2_rand_ctx *rand_ctx);
|
/third_party/curl/lib/vquic/ |
D | curl_ngtcp2.c | 928 const ngtcp2_rand_ctx *rand_ctx) in cb_rand() argument 931 (void)rand_ctx; in cb_rand()
|