/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, 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/ |
D | clienthellotest.c | 128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
D | sslapitest.c | 9591 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()
|
D | ssl_old_test.c | 1723 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 333 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned int protos_len);
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 345 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in create_ssl_ctx()
|
D | client.c | 385 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/ |
D | ssl.rs | 343 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/ |
D | libssl.num | 334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 64 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3);
|
/third_party/openssl/test/helpers/ |
D | handshake.c | 635 || !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/ |
D | mod.rs | 1203 #[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/ |
D | ssl.h | 800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/openssl/apps/ |
D | s_client.c | 1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
/third_party/nghttp2/src/ |
D | nghttp.cc | 2360 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in communicate()
|
D | h2load.cc | 2979 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in main()
|
/third_party/python/Modules/ |
D | _ssl.c | 3340 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/ |
D | ssl_lib.c | 3044 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/ |
D | ssl.h.in | 792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|