/third_party/openssl/test/ |
H A D | clienthellotest.c | 128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
H A D | sslapitest.c | 9934 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn() 9936 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn() 9938 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn() 9940 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn() 9942 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn() 9944 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn() 9946 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn() 9948 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn() 9950 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
|
H A 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/ |
H A 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/ |
H A D | libevent-client.c | 345 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in create_ssl_ctx()
|
H A 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/src/ssl/ |
H A D | mod.rs | 1214 #[corresponds(SSL_CTX_set_alpn_protos)] 1219 let r = ffi::SSL_CTX_set_alpn_protos( in set_alpn_protos() 1224 // fun fact, SSL_CTX_set_alpn_protos has a reversed return code D: in set_alpn_protos()
|
/third_party/openssl/test/helpers/ |
H A 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-sys/src/handwritten/ |
H A 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() functions
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 2992 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in main()
|
H A D | nghttp.cc | 2359 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in communicate()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 3637 SSL_CTX_set_alpn_protos(backend->ctx, proto.data, proto.len)) { in ossl_connect_step1()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|