Searched defs:rand_ctx (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_bbr.h | 58 ngtcp2_rand_ctx rand_ctx; member
|
H A D | ngtcp2_bbr2.h | 66 ngtcp2_rand_ctx rand_ctx; member
|
H A D | ngtcp2_bbr.c | 100 ngtcp2_bbr_cc_init(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) ngtcp2_bbr_cc_init() argument 114 ngtcp2_cc_bbr_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr_cc_init() argument
|
H A D | ngtcp2_bbr2.c | 1335 bbr2_cc_init(ngtcp2_bbr2_cc *bbr, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) bbr2_cc_init() argument 1452 ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr2_cc_init() argument
|
/third_party/nghttp2/src/ |
H A D | h2load_quic.cc | 285 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() argument
|
H A D | shrpx_http3_upstream.cc | 198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() argument
|
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 591 cb_rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) cb_rand() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 1814 ngtcp2_rand_ctx rand_ctx; member
|
Completed in 20 milliseconds