/third_party/node/src/ |
H A D | node_constants.cc | 895 #ifdef SSL_OP_NO_RENEGOTIATION in DefineCryptoConstants() 896 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_RENEGOTIATION); in DefineCryptoConstants()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 392 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options() 786 {SSL_OP_NO_RENEGOTIATION, 0},
|
H A D | t1_enc.c | 509 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 392 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options() 786 {SSL_OP_NO_RENEGOTIATION, 0},
|
H A D | t1_enc.c | 504 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 148 pub const SSL_OP_NO_RENEGOTIATION: ssl_op_type!() = 0x40000000; consts
|
/third_party/python/Modules/ |
H A D | _ssl.c | 5988 #ifdef SSL_OP_NO_RENEGOTIATION in sslmodule_init_constants() 5990 SSL_OP_NO_RENEGOTIATION); in sslmodule_init_constants()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3618 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 3001 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3610 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 391 # define SSL_OP_NO_RENEGOTIATION 0x40000000U macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|