/third_party/libwebsockets/lib/tls/ |
H A D | tls.c | 197 SSL_get0_alpn_selected(wsi->tls.ssl, &name, &len); in lws_tls_server_conn_alpn()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 353 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
|
H A D | shrpx_client_handler.cc | 626 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in validate_next_proto() 1707 SSL_get0_alpn_selected(conn_.tls.ssl, &alpn, &alpnlen); in set_alpn_from_conn()
|
H A D | shrpx_connection.cc | 838 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
|
H A D | shrpx_http2_session.cc | 1680 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in connection_made()
|
H A D | HttpServer.cc | 918 SSL_get0_alpn_selected(ssl_, &next_proto, &next_proto_len); in verify_npn_result()
|
H A D | h2load.cc | 1107 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in connection_made()
|
H A D | nghttp.cc | 1142 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in connection_made()
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 1655 SSL_get0_alpn_selected(client.ssl, &proto, &proto_len); in do_handshake_internal() 1658 SSL_get0_alpn_selected(server.ssl, &proto, &proto_len); in do_handshake_internal()
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 532 SSL_get0_alpn_selected(ssl_.get(), &alpn_buf, &alpnlen); in alpn()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 710 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
|
H A D | libevent-client.c | 516 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
H A D | ssl_pm.c | 895 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, in SSL_get0_alpn_selected() function
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 575 SSL_get0_alpn_selected(wsi->tls.ssl, &prot, &len); in lws_tls_client_connect()
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 329 SSL_get0_alpn_selected(client, &client_proto, &client_proto_len); in verify_alpn() 330 SSL_get0_alpn_selected(server, &server_proto, &server_proto_len); in verify_alpn()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2602 #[corresponds(SSL_get0_alpn_selected)] 2610 ffi::SSL_get0_alpn_selected(self.as_ptr(), &mut data, &mut len); in selected_alpn_protocol()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 363 pub fn SSL_get0_alpn_selected(s: *const SSL, data: *mut *const c_uchar, len: *mut c_uint); in SSL_get0_alpn_selected() functions
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 2033 SSL_get0_alpn_selected(w->ssl_.get(), &alpn_proto, &alpn_proto_len); in GetALPNNegotiatedProto()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3291 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3291 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 813 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 4020 SSL_get0_alpn_selected(backend->handle, &neg_protocol, &len); in ossl_connect_step2()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 828 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 828 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|