Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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:
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map317 SSL_select_next_proto;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map411 SSL_select_next_proto;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c393 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb()
432 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
H A Dssltest_old.c311 if (SSL_select_next_proto in cb_server_alpn()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num308 SSL_select_next_proto 309 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c301 if (SSL_select_next_proto in cb_server_alpn()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h791 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c2759 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in783 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,