/third_party/libwebsockets/lib/tls/ |
H A D | tls.c | 38 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, in alpn_cb()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 1113 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 400 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb() 431 /* SSL_select_next_proto isn't const-correct... */ in server_alpn_cb() 439 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 80 if (SSL_select_next_proto( in AlpnSelectionCallback()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 331 pub fn SSL_select_next_proto( in SSL_select_next_proto() functions
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 301 if (SSL_select_next_proto in cb_server_alpn()
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 269 int status = SSL_select_next_proto(const_cast<unsigned char**>(out), in SelectALPNCallback()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 669 if (SSL_select_next_proto in alpn_cb()
|
H A D | s_client.c | 268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 669 if (SSL_select_next_proto in alpn_cb()
|
H A D | s_client.c | 268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 791 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 684 #[corresponds(SSL_select_next_proto)] 689 let r = ffi::SSL_select_next_proto( in select_next_proto()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|