/third_party/grpc/test/build/ |
D | openssl-alpn.c | 26 SSL_get0_alpn_selected(NULL, NULL, NULL); in main()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_alpn_select_cb.pod | 7 SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated 25 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, 102 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data>
|
D | SSL_CTX_set_tlsext_servername_callback.pod | 151 L<SSL_get0_alpn_selected(3)>, L<SSL_CTX_set_client_hello_cb(3)>
|
/third_party/nghttp2/src/ |
D | asio_common.cc | 185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
|
D | shrpx_live_check.cc | 413 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
|
D | shrpx_connection.cc | 605 SSL_get0_alpn_selected(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
|
D | shrpx_client_handler.cc | 561 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in validate_next_proto()
|
D | shrpx_http2_session.cc | 1667 SSL_get0_alpn_selected(conn_.tls.ssl, &next_proto, &next_proto_len); in connection_made()
|
D | HttpServer.cc | 901 SSL_get0_alpn_selected(ssl_, &next_proto, &next_proto_len); in verify_npn_result()
|
D | h2load.cc | 896 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in connection_made()
|
/third_party/grpc/test/core/handshake/ |
D | server_ssl_common.cc | 259 SSL_get0_alpn_selected(ssl, &alpn_selected, &alpn_selected_len); in server_ssl_test()
|
/third_party/libwebsockets/lib/tls/ |
D | tls.c | 197 SSL_get0_alpn_selected(wsi->tls.ssl, &name, &len); in lws_tls_server_conn_alpn()
|
D | CMakeLists.txt | 330 CHECK_FUNCTION_EXISTS(${VARIA}SSL_get0_alpn_selected LWS_HAVE_SSL_get0_alpn_selected PARENT_SCOPE)
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 353 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 516 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
|
D | libevent-server.c | 702 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen); in eventcb()
|
/third_party/openssl/test/ |
D | handshake_helper.c | 1678 SSL_get0_alpn_selected(client.ssl, &proto, &proto_len); in do_handshake_internal() 1681 SSL_get0_alpn_selected(server.ssl, &proto, &proto_len); in do_handshake_internal()
|
D | ssltest_old.c | 334 SSL_get0_alpn_selected(client, &client_proto, &client_proto_len); in verify_alpn() 335 SSL_get0_alpn_selected(server, &server_proto, &server_proto_len); in verify_alpn()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
D | ssl_pm.c | 880 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, in SSL_get0_alpn_selected() function
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 571 SSL_get0_alpn_selected(wsi->tls.ssl, &prot, &len); in lws_tls_client_connect()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 853 SSL_get0_alpn_selected(ssl, &alpn_proto, &alpn_proto_len); in CheckHandshakeProperties()
|
/third_party/openssl/util/ |
D | libssl.num | 290 SSL_get0_alpn_selected 291 1_1_0 EXIST::FUNCTION:
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 161 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen);
|
D | tutorial-server.rst | 219 SSL_get0_alpn_selected(ssl, &alpn, &alpnlen);
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1239 SSL_get0_alpn_selected(impl->ssl, &alpn_selected, &alpn_selected_len); in ssl_handshaker_result_extract_peer()
|