Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_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.1/secure/lib/libssl/
H A DVersion.map319 SSL_select_next_proto;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h793 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
H A Ds_server.c716 if (SSL_select_next_proto in alpn_cb()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c2835 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2551 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3