Lines Matching refs:token
205 int get_new_connection_id(ngtcp2_conn *conn, ngtcp2_cid *cid, uint8_t *token,
219 if (generate_quic_stateless_reset_token(token, *cid, qkm.secret.data(),
524 std::array<uint8_t, NGTCP2_CRYPTO_MAX_REGULAR_TOKENLEN + 1> token;
532 if (generate_token(token.data(), tokenlen, remote_addr->addr,
540 token[tokenlen++] = qkm.id;
542 auto rv = ngtcp2_conn_submit_new_token(conn_, token.data(), tokenlen);
571 const ngtcp2_cid *odcid, const uint8_t *token,
657 settings.token = token;
1709 switch (kv.token) {
2083 int32_t token, nghttp3_rcbuf *name,
2093 if (upstream->http_recv_request_header(downstream, token, name, value, flags,
2104 int32_t token, nghttp3_rcbuf *name,
2114 if (upstream->http_recv_request_header(downstream, token, name, value, flags,
2161 auto token = http2::lookup_token(namebuf.base, namebuf.len);
2170 token);
2176 token);