Home
last modified time | relevance | path

Searched refs:SSL_OP_CIPHER_SERVER_PREFERENCE (Results 1 - 25 of 74) sorted by relevance

123

/third_party/node/lib/
H A D_tls_common.js42 SSL_OP_CIPHER_SERVER_PREFERENCE,
112 secureOptions |= SSL_OP_CIPHER_SERVER_PREFERENCE;
/third_party/node/test/parallel/
H A Dtest-https-agent-additional-options.js41 ['secureOptions', crypto.constants.SSL_OP_CIPHER_SERVER_PREFERENCE],
/third_party/node/src/
H A Dnode_constants.cc827 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE in DefineCryptoConstants()
828 NODE_DEFINE_CONSTANT(target, SSL_OP_CIPHER_SERVER_PREFERENCE); in DefineCryptoConstants()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c380 SSL_FLAG_TBL_SRV("ServerPreference", SSL_OP_CIPHER_SERVER_PREFERENCE), in cmd_Options()
778 {SSL_OP_CIPHER_SERVER_PREFERENCE, 0}, /* serverpref */
H A Dt1_lib.c631 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in tls1_shared_group()
2252 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE || is_suiteb) { in tls1_set_shared_sigalgs()
/third_party/openssl/ssl/
H A Dssl_conf.c380 SSL_FLAG_TBL_SRV("ServerPreference", SSL_OP_CIPHER_SERVER_PREFERENCE), in cmd_Options()
778 {SSL_OP_CIPHER_SERVER_PREFERENCE, 0}, /* serverpref */
H A Dt1_lib.c629 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in tls1_shared_group()
2232 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE || is_suiteb) { in tls1_set_shared_sigalgs()
/third_party/node/src/quic/
H A Dtlscontext.cc114 SSL_OP_CIPHER_SERVER_PREFERENCE | in InitializeSecureContext()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dssl.rs115 pub const SSL_OP_CIPHER_SERVER_PREFERENCE: ssl_op_type!() = 0x00400000; consts
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c543 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
H A Dopenssl-client.c909 SSL_OP_CIPHER_SERVER_PREFERENCE);
/third_party/nghttp2/src/
H A Dshrpx_tls.cc944 SSL_OP_CIPHER_SERVER_PREFERENCE in create_ssl_context()
1245 SSL_OP_CIPHER_SERVER_PREFERENCE in create_quic_ssl_context()
H A DHttpServer.cc2135 SSL_OP_CIPHER_SERVER_PREFERENCE; in run()
/third_party/python/Modules/
H A D_ssl.c3138 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE in _ssl__SSLContext_impl()
3139 options |= SSL_OP_CIPHER_SERVER_PREFERENCE; in _ssl__SSLContext_impl()
5974 SSL_OP_CIPHER_SERVER_PREFERENCE); in sslmodule_init_constants()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h356 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE */
362 # define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE
405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro

Completed in 91 milliseconds

123