Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_alpn_protos (Results 1 - 25 of 75) sorted by relevance

123

/third_party/openssl/test/
H A Dclienthellotest.c128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
H A Dsslapitest.c9934 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 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/
H A Dssl.h333 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned int protos_len);
/third_party/nghttp2/examples/
H A Dlibevent-client.c345 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in create_ssl_ctx()
H A 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/src/ssl/
H A Dmod.rs1214 #[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 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-sys/src/handwritten/
H A 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() functions
/third_party/nghttp2/src/
H A Dh2load.cc2992 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in main()
H A Dnghttp.cc2359 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in communicate()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/third_party/openssl/apps/
H A Ds_client.c1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/third_party/curl/lib/vtls/
H A Dopenssl.c3637 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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __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 Dssl.h815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,

Completed in 105 milliseconds

123