Home
last modified time | relevance | path

Searched refs:next_proto_len (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc601 unsigned int next_proto_len; in check_http2_requirement() local
604 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
608 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
612 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc598 unsigned int next_proto_len; in check_http2_requirement() local
601 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
605 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
609 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc598 unsigned int next_proto_len; in check_http2_requirement() local
601 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
605 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
609 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc673 unsigned int next_proto_len; in check_http2_requirement() local
676 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
680 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
684 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc598 unsigned int next_proto_len; in check_http2_requirement() local
601 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
605 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
609 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dasio_common.cc178 unsigned int next_proto_len = 0; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
H A Dshrpx_live_check.cc406 unsigned int next_proto_len = 0; in tls_handshake() local
409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake()
H A Dshrpx_connection.cc673 unsigned int next_proto_len; in check_http2_requirement() local
676 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
680 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
684 !util::check_h2_is_selected(StringRef{next_proto, next_proto_len})) { in check_http2_requirement()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/tool/
H A Dtransport_common.cc188 unsigned next_proto_len; in PrintConnectionInfo() local
189 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
190 fprintf(stderr, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/tool/
H A Dtransport_common.cc302 unsigned next_proto_len; in PrintConnectionInfo() local
303 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
304 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
/dports/security/boringssl/boringssl-6a71840/tool/
H A Dtransport_common.cc300 unsigned next_proto_len; in PrintConnectionInfo() local
301 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
302 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/tool/
H A Dtransport_common.cc300 unsigned next_proto_len; in PrintConnectionInfo() local
301 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
302 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc482 unsigned next_proto_len; in CheckHandshakeProperties() local
483 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
484 if (next_proto_len != config->expect_next_proto.size() || in CheckHandshakeProperties()
486 next_proto_len) != 0) { in CheckHandshakeProperties()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/ssl/test/
H A Dbssl_shim.cc482 unsigned next_proto_len; in CheckHandshakeProperties() local
483 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
484 if (next_proto_len != config->expect_next_proto.size() || in CheckHandshakeProperties()
486 next_proto_len) != 0) { in CheckHandshakeProperties()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/
H A Dbssl_shim.cc482 unsigned next_proto_len; in CheckHandshakeProperties() local
483 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
484 if (next_proto_len != config->expect_next_proto.size() || in CheckHandshakeProperties()
486 next_proto_len) != 0) { in CheckHandshakeProperties()

12345