Symbol: SSL_select_next_proto
crypto/openssl/apps/s_client.c
313
ctx->status = SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len);
crypto/openssl/apps/s_server.c
694
if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in,
crypto/openssl/demos/guide/quic-server-block.c
99
if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
crypto/openssl/demos/guide/quic-server-non-block.c
99
if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
893
if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
crypto/openssl/demos/quic/server/server.c
37
if (SSL_select_next_proto((unsigned char **)out, out_len,
crypto/openssl/include/openssl/ssl.h
828
__owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
crypto/openssl/ssl/quic/quic_tserver.c
69
if (SSL_select_next_proto((unsigned char **)out, outlen, alpn, alpnlen,
crypto/openssl/test/helpers/handshake.c
402
ret = SSL_select_next_proto(out, outlen, in, inlen,
crypto/openssl/test/helpers/handshake.c
442
ret = SSL_select_next_proto(&tmp_out, outlen,
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
145
if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
crypto/openssl/test/quicapitest.c
2521
if (SSL_select_next_proto((unsigned char **)out, out_len, alpn, sizeof(alpn),
crypto/openssl/test/radix/quic_ops.c
35
if (SSL_select_next_proto((unsigned char **)out, out_len,
crypto/openssl/test/ssl_old_test.c
298
if (SSL_select_next_proto((unsigned char **)out, outlen, protos, protos_len, in,
crypto/openssl/test/sslapitest.c
12465
if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen,