Home
last modified time | relevance | path

Searched refs:SSL_get0_alpn_selected (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/libwebsockets/lib/tls/
H A Dtls.c197 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 Dssl.h353 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
H A Dshrpx_client_handler.cc626 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 Dshrpx_connection.cc838 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
H A Dshrpx_http2_session.cc1680 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in connection_made()
H A DHttpServer.cc918 SSL_get0_alpn_selected(ssl_, &next_proto, &next_proto_len); in verify_npn_result()
H A Dh2load.cc1107 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in connection_made()
H A Dnghttp.cc1142 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in connection_made()
/third_party/openssl/test/helpers/
H A Dhandshake.c1655 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 Dtlscontext.cc532 SSL_get0_alpn_selected(ssl_.get(), &alpn_buf, &alpnlen); in alpn()
/third_party/nghttp2/examples/
H A Dlibevent-server.c710 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
H A Dlibevent-client.c516 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c895 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 Dopenssl-client.c575 SSL_get0_alpn_selected(wsi->tls.ssl, &prot, &len); in lws_tls_client_connect()
/third_party/openssl/test/
H A Dssl_old_test.c329 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 Dmod.rs2602 #[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 Dssl.rs363 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 Dcrypto_tls.cc2033 SSL_get0_alpn_selected(w->ssl_.get(), &alpn_proto, &alpn_proto_len); in GetALPNNegotiatedProto()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c3291 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
/third_party/openssl/apps/
H A Ds_client.c3291 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h813 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
/third_party/curl/lib/vtls/
H A Dopenssl.c4020 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 Dssl.h828 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 Dssl.h828 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,

Completed in 70 milliseconds

1234