/third_party/node/lib/ |
H A D | _tls_common.js | 42 SSL_OP_CIPHER_SERVER_PREFERENCE, 112 secureOptions |= SSL_OP_CIPHER_SERVER_PREFERENCE;
|
/third_party/node/test/parallel/ |
H A D | test-https-agent-additional-options.js | 41 ['secureOptions', crypto.constants.SSL_OP_CIPHER_SERVER_PREFERENCE],
|
/third_party/node/src/ |
H A D | node_constants.cc | 827 #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 D | ssl_conf.c | 380 SSL_FLAG_TBL_SRV("ServerPreference", SSL_OP_CIPHER_SERVER_PREFERENCE), in cmd_Options() 778 {SSL_OP_CIPHER_SERVER_PREFERENCE, 0}, /* serverpref */
|
H A D | t1_lib.c | 631 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 D | ssl_conf.c | 380 SSL_FLAG_TBL_SRV("ServerPreference", SSL_OP_CIPHER_SERVER_PREFERENCE), in cmd_Options() 778 {SSL_OP_CIPHER_SERVER_PREFERENCE, 0}, /* serverpref */
|
H A D | t1_lib.c | 629 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 D | tlscontext.cc | 114 SSL_OP_CIPHER_SERVER_PREFERENCE | in InitializeSecureContext()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 115 pub const SSL_OP_CIPHER_SERVER_PREFERENCE: ssl_op_type!() = 0x00400000; consts
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 543 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
|
H A D | openssl-client.c | 909 SSL_OP_CIPHER_SERVER_PREFERENCE);
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 944 SSL_OP_CIPHER_SERVER_PREFERENCE in create_ssl_context() 1245 SSL_OP_CIPHER_SERVER_PREFERENCE in create_quic_ssl_context()
|
H A D | HttpServer.cc | 2135 SSL_OP_CIPHER_SERVER_PREFERENCE; in run()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 3138 #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 D | ssl.h | 356 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * 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 D | ssl.h | 399 * Modifies SSL_OP_CIPHER_SERVER_PREFERENCE 405 # define SSL_OP_CIPHER_SERVER_PREFERENCE SSL_OP_BIT(22) macro
|