Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 19 of 19) 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,
14 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, 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/
Dclienthellotest.c128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
Dsslapitest.c9591 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn()
9593 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn()
9595 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn()
9597 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn()
9599 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn()
9601 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn()
9603 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn()
9605 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn()
9607 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
Dssl_old_test.c1723 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h333 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned int protos_len);
/third_party/nghttp2/examples/
Dlibevent-client.c345 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in create_ssl_ctx()
Dclient.c385 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in init_ssl_ctx()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs343 pub fn SSL_CTX_set_alpn_protos(s: *mut SSL_CTX, data: *const c_uchar, len: c_uint) -> c_int; in SSL_CTX_set_alpn_protos() function
/third_party/openssl/util/
Dlibssl.num334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst64 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3);
/third_party/openssl/test/helpers/
Dhandshake.c635 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1203 #[corresponds(SSL_CTX_set_alpn_protos)]
1208 let r = ffi::SSL_CTX_set_alpn_protos( in set_alpn_protos()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/third_party/openssl/apps/
Ds_client.c1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/third_party/nghttp2/src/
Dnghttp.cc2360 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in communicate()
Dh2load.cc2979 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in main()
/third_party/python/Modules/
D_ssl.c3340 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _ssl__SSLContext__set_alpn_protocols_impl()
/third_party/openssl/ssl/
Dssl_lib.c3044 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function
/third_party/openssl/include/openssl/
Dssl.h.in792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,