Searched refs:SSL_set_alpn_protos (Results 1 – 14 of 14) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_alpn_select_cb.pod | 5 SSL_CTX_set_alpn_protos, SSL_set_alpn_protos, SSL_CTX_set_alpn_select_cb, 16 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, 52 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() are used by the client to 138 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
|
/third_party/openssl/test/ |
D | sslapitest.c | 2942 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk() 2999 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk() 3017 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk() 6783 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn() 6785 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn() 6787 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn() 6789 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn() 6791 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn() 6793 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn() 6795 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn() [all …]
|
/third_party/node/src/ |
D | node_crypto_common.cc | 82 return SSL_set_alpn_protos( in SetALPN() 92 return SSL_set_alpn_protos(ssl.get(), protos.data(), protos.length()) == 0; in SetALPN()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 405 SSL_set_alpn_protos(wsi->tls.ssl, openssl_alpn, (unsigned int)n); in lws_ssl_client_bio_create()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1848 SSL_set_alpn_protos(ssl, alpn.data(), alpn.size()); in setup_downstream_http2_alpn() 1855 SSL_set_alpn_protos(ssl, NGHTTP2_H1_1_ALPN.byte(), NGHTTP2_H1_1_ALPN.size()); in setup_downstream_http1_alpn()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 953 SSL_set_alpn_protos(ssl.get(), in DoExchange()
|
/third_party/libwebsockets/lib/tls/ |
D | CMakeLists.txt | 331 CHECK_FUNCTION_EXISTS(${VARIA}SSL_set_alpn_protos LWS_HAVE_SSL_set_alpn_protos PARENT_SCOPE)
|
/third_party/openssl/util/ |
D | libssl.num | 223 SSL_set_alpn_protos 224 1_1_0 EXIST::FUNCTION:
|
/third_party/curl/lib/vquic/ |
D | ngtcp2.c | 360 SSL_set_alpn_protos(qs->ssl, alpn, (int)alpnlen); in quic_init_ssl()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 802 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2842 SSL_set_alpn_protos(ssl, coap_alpn, sizeof(coap_alpn)); in setup_client_ssl_session()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 438 #define SSL_set_alpn_protos BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_alpn_protos) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 2889 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1328 SSL_F_SSL_SET_ALPN_PROTOS:344:SSL_set_alpn_protos
|