Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/tls/
H A Dtls_server.c71 if (SSL_select_next_proto((unsigned char**)out, outlen, in tls_server_alpn_cb()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c2469 if (SSL_select_next_proto((unsigned char**)out, outlen, alpn_ctx->data, in alpn_cb()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h628 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c1709 SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function