Home
last modified time | relevance | path

Searched refs:SSL_set_alpn_protos (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_alpn_select_cb.pod5 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/
Dsslapitest.c3983 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk()
4040 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk()
4058 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk()
9614 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn()
9616 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn()
9618 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn()
9620 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn()
9622 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn()
9624 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn()
9626 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn()
[all …]
/third_party/node/src/
Dnode_crypto_common.cc82 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/
Dopenssl-client.c405 SSL_set_alpn_protos(wsi->tls.ssl, openssl_alpn, (unsigned int)n); in lws_ssl_client_bio_create()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs345 pub fn SSL_set_alpn_protos(s: *mut SSL, data: *const c_uchar, len: c_uint) -> c_int; in SSL_set_alpn_protos() function
/third_party/nghttp2/src/
Dshrpx_tls.cc2394 SSL_set_alpn_protos(ssl, alpn.data(), alpn.size()); in setup_downstream_http2_alpn()
2401 SSL_set_alpn_protos(ssl, NGHTTP2_H1_1_ALPN.byte(), NGHTTP2_H1_1_ALPN.size()); in setup_downstream_http1_alpn()
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt331 CHECK_FUNCTION_EXISTS(${VARIA}SSL_set_alpn_protos LWS_HAVE_SSL_set_alpn_protos PARENT_SCOPE)
/third_party/openssl/util/
Dlibssl.num223 SSL_set_alpn_protos 224 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2417 #[corresponds(SSL_set_alpn_protos)]
2422 let r = ffi::SSL_set_alpn_protos( in set_alpn_protos()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h802 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
/third_party/libcoap/src/
Dcoap_openssl.c2842 SSL_set_alpn_protos(ssl, coap_alpn, sizeof(coap_alpn)); in setup_client_ssl_session()
/third_party/openssl/ssl/
Dssl_lib.c3076 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
/third_party/openssl/include/openssl/
Dssl.h.in794 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,