Searched refs:SSL_select_next_proto (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 7 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 D | Version.map | 319 SSL_select_next_proto;
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 793 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_client.c | 402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
| H A D | s_server.c | 716 if (SSL_select_next_proto in alpn_cb()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 2835 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 D | Makefile | 2551 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3
|