Home
last modified time | relevance | path

Searched refs:NGTCP2_PROTO_VER_V1 (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c90 case NGTCP2_PROTO_VER_V1: in ngtcp2_crypto_derive_initial_secrets()
566 case NGTCP2_PROTO_VER_V1: in ngtcp2_crypto_derive_and_install_initial_key()
1289 case NGTCP2_PROTO_VER_V1: in ngtcp2_crypto_write_retry()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h265 #define NGTCP2_PROTO_VER_V1 ((uint32_t)0x00000001u) macro
299 #define NGTCP2_PROTO_VER_MAX NGTCP2_PROTO_VER_V1
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.c2287 case NGTCP2_PROTO_VER_V1: in ngtcp2_pkt_write_retry()
2379 case NGTCP2_PROTO_VER_V1: in ngtcp2_pkt_verify_retry_tag()
2476 case NGTCP2_PROTO_VER_V1: in ngtcp2_is_supported_version()
/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc543 NGTCP2_PROTO_VER_V1, in send_version_negotiation()
Dh2load_quic.cc446 quic_version = NGTCP2_PROTO_VER_V1; in quic_init()
/third_party/curl/lib/vquic/
Dcurl_ngtcp2.c2091 NGTCP2_PROTO_VER_V1, &ng_callbacks, in cf_connect_start()