Home
last modified time | relevance | path

Searched refs:SSL_select_next_proto (Results 1 – 14 of 14) sorted by relevance

/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
42 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
69 SSL_select_next_proto() is a helper function used to select protocols. It
141 SSL_select_next_proto() returns one of the following:
/third_party/libwebsockets/lib/tls/
Dtls.c38 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, in alpn_cb()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1113 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/third_party/openssl/test/
Dhandshake_helper.c393 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb()
432 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
Dssltest_old.c311 if (SSL_select_next_proto in cb_server_alpn()
/third_party/openssl/util/
Dlibssl.num308 SSL_select_next_proto 309 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h791 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/third_party/openssl/apps/
Ds_client.c402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
Ds_server.c716 if (SSL_select_next_proto in alpn_cb()
/third_party/libcoap/src/
Dcoap_openssl.c935 ret = SSL_select_next_proto(&tout, in server_alpn_callback()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h419 #define SSL_select_next_proto BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_select_next_proto) macro
/third_party/python/Modules/
D_ssl.c3295 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/third_party/openssl/ssl/
Dssl_lib.c2744 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/third_party/node/src/
Dnode_crypto.cc2331 int status = SSL_select_next_proto(const_cast<unsigned char**>(out), outlen, in SelectALPNCallback()