Searched refs:SSL_select_next_proto (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | 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-stable/secure/lib/libssl/ |
| HD | Version.map | 318 SSL_select_next_proto;
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 793 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | s_client.c | 402 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
| HD | s_server.c | 716 if (SSL_select_next_proto in alpn_cb()
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 2849 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
|
| /freebsd-13-stable/contrib/unbound/services/ |
| HD | listen_dnsport.c | 4592 int ret = SSL_select_next_proto((void*)out, outlen, in doq_alpn_select_cb()
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 2556 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3
|