Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_alpn_select_cb.pod7 SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated
42 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
69 SSL_select_next_proto() is a helper function used to select protocols. It
141 SSL_select_next_proto() returns one of the following:
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map318 SSL_select_next_proto;
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h793 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
HDs_server.c716 if (SSL_select_next_proto in alpn_cb()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c2849 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/freebsd-13-stable/contrib/unbound/services/
HDlisten_dnsport.c4592 int ret = SSL_select_next_proto((void*)out, outlen, in doq_alpn_select_cb()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2556 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3