Searched refs:SSL_select_next_proto (Results 1 – 14 of 14) sorted by relevance
/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 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/ |
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/ |
D | ssl.h | 1113 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/openssl/test/ |
D | handshake_helper.c | 393 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()
|
D | ssltest_old.c | 311 if (SSL_select_next_proto in cb_server_alpn()
|
/third_party/openssl/util/ |
D | libssl.num | 308 SSL_select_next_proto 309 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 791 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/third_party/openssl/apps/ |
D | s_client.c | 402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
D | s_server.c | 716 if (SSL_select_next_proto in alpn_cb()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 935 ret = SSL_select_next_proto(&tout, in server_alpn_callback()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 419 #define SSL_select_next_proto BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_select_next_proto) macro
|
/third_party/python/Modules/ |
D | _ssl.c | 3295 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 2744 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
|
/third_party/node/src/ |
D | node_crypto.cc | 2331 int status = SSL_select_next_proto(const_cast<unsigned char**>(out), outlen, in SelectALPNCallback()
|