Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A DSymbols.list272 SSL_select_next_proto
H A Dssl_lib.c1791 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 Dssl.h606 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/openbsd/regress/lib/libssl/unit/
H A Dssl_set_alpn_protos.c416 ret = SSL_select_next_proto(&out, &out_len, test->peer_list, in select_next_proto_testcase()
/openbsd/lib/libtls/
H A Dtls_server.c73 if (SSL_select_next_proto((unsigned char**)out, outlen, in tls_server_alpn_cb()
/openbsd/lib/libssl/hidden/openssl/
H A Dssl.h51 LSSL_USED(SSL_select_next_proto);
/openbsd/regress/lib/libssl/ssl/
H A Dssltest.c247 if (SSL_select_next_proto((unsigned char **)out, outlen, protos, in cb_server_alpn()
/openbsd/usr.bin/openssl/
H A Ds_server.c2404 if (SSL_select_next_proto((unsigned char**)out, outlen, alpn_ctx->data, in alpn_cb()