Searched refs:SSL_set_alpn_protos (Results 1 – 13 of 13) 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 | 3983 || !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/ |
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/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 345 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/ |
D | shrpx_tls.cc | 2394 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/ |
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 3_0_0 EXIST::FUNCTION:
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 2417 #[corresponds(SSL_set_alpn_protos)] 2422 let r = ffi::SSL_set_alpn_protos( in set_alpn_protos()
|
/third_party/openssl/ohos_lite/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/openssl/ssl/ |
D | ssl_lib.c | 3076 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 794 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|