Searched refs:SSL_select_next_proto (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libssl/ |
H A D | Symbols.list | 272 SSL_select_next_proto
|
H A D | ssl_lib.c | 1791 SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function 1853 LSSL_ALIAS(SSL_select_next_proto);
|
H A D | ssl.h | 606 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/openbsd/regress/lib/libssl/unit/ |
H A D | ssl_set_alpn_protos.c | 416 ret = SSL_select_next_proto(&out, &out_len, test->peer_list, in select_next_proto_testcase()
|
/openbsd/lib/libtls/ |
H A D | tls_server.c | 73 if (SSL_select_next_proto((unsigned char**)out, outlen, in tls_server_alpn_cb()
|
/openbsd/lib/libssl/hidden/openssl/ |
H A D | ssl.h | 51 LSSL_USED(SSL_select_next_proto);
|
/openbsd/regress/lib/libssl/ssl/ |
H A D | ssltest.c | 247 if (SSL_select_next_proto((unsigned char **)out, outlen, protos, in cb_server_alpn()
|
/openbsd/usr.bin/openssl/ |
H A D | s_server.c | 2404 if (SSL_select_next_proto((unsigned char**)out, outlen, alpn_ctx->data, in alpn_cb()
|