Home
last modified time | relevance | path

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

/freebsd/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/secure/lib/libssl/
H A DVersion.map317 SSL_select_next_proto;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c400 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb()
439 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
/freebsd/crypto/openssl/util/
H A Dlibssl.num308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c301 if (SSL_select_next_proto in cb_server_alpn()
/freebsd/crypto/openssl/apps/
H A Ds_client.c268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
H A Ds_server.c669 if (SSL_select_next_proto in alpn_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
H A Dssl.h.in783 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2950 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4124 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3