Home
last modified time | relevance | path

Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/openssl/doc/man3/
DSSL_CTX_set_alpn_select_cb.pod7 SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated
47 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
106 SSL_get0_next_proto_negotiated() sets B<data> and B<len> to point to the
/third_party/nghttp2/examples/
Dlibevent-client.c512 SSL_get0_next_proto_negotiated(ssl, &alpn, &alpnlen); in eventcb()
Dlibevent-server.c706 SSL_get0_next_proto_negotiated(ssl, &alpn, &alpnlen); in eventcb()
/third_party/nghttp2/src/
Dshrpx_live_check.cc409 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in tls_handshake()
Dshrpx_connection.cc834 SSL_get0_next_proto_negotiated(tls.ssl, &next_proto, &next_proto_len); in check_http2_requirement()
Dshrpx_client_handler.cc622 SSL_get0_next_proto_negotiated(conn_.tls.ssl, &next_proto, &next_proto_len); in validate_next_proto()
/third_party/openssl/test/helpers/
Dhandshake.c1648 SSL_get0_next_proto_negotiated(client.ssl, &proto, &proto_len); in do_handshake_internal()
1651 SSL_get0_next_proto_negotiated(server.ssl, &proto, &proto_len); in do_handshake_internal()
/third_party/openssl/test/
Dssl_old_test.c149 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); in verify_npn()
150 SSL_get0_next_proto_negotiated(server, &server_s, &server_len); in verify_npn()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs325 pub fn SSL_get0_next_proto_negotiated( in SSL_get0_next_proto_negotiated() function
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h786 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
788 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/openssl/util/
Dlibssl.num291 SSL_get0_next_proto_negotiated 292 3_0_0 EXIST::FUNCTION:NEXTPROTONEG
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst158 SSL_get0_next_proto_negotiated(ssl, &alpn, &alpnlen);
/third_party/openssl/util/
Dlibssl.num291 SSL_get0_next_proto_negotiated 292 3_0_0 EXIST::FUNCTION:NEXTPROTONEG
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h801 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
803 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated

1234