Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A DSymbols.list271 SSL_select_next_proto
H A Dssl_lib.c1790 SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
1828 LSSL_ALIAS(SSL_select_next_proto);
H A Dssl.h612 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/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.c2407 if (SSL_select_next_proto((unsigned char**)out, outlen, alpn_ctx->data, in alpn_cb()