Searched refs:SSL_get0_alpn_selected (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/secure/lib/libssl/
H A DMakefile.man206 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_get0_alpn_selected.3
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c474 SSL_get0_alpn_selected(client, &client_proto, &client_proto_len);
475 SSL_get0_alpn_selected(server, &server_proto, &server_proto_len);
H A Dssl.h1311 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
H A Dssl_lib.c1816 * SSL_get0_alpn_selected gets the selected ALPN protocol (if any) from
1821 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, function
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c2288 SSL_get0_alpn_selected(s, &proto, &proto_len);
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c1307 SSL_get0_alpn_selected(c->ssl, &alpn, &alpnlen);

Completed in 357 milliseconds