/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_mode.pod | 92 =item SSL_MODE_SEND_FALLBACK_SCSV
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | ssl.rs | 243 pub const SSL_MODE_SEND_FALLBACK_SCSV: c_long = 0x80; constant
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 3708 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) in ssl_cipher_list_to_bytes() 3761 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) { in ssl_cipher_list_to_bytes()
|
D | statem_lib.c | 1962 if ((s->mode & SSL_MODE_SEND_FALLBACK_SCSV) == 0) in ssl_choose_client_version()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
D | statem_clnt.c | 3716 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) in ssl_cipher_list_to_bytes() 3769 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) { in ssl_cipher_list_to_bytes()
|
D | statem_lib.c | 1997 if ((s->mode & SSL_MODE_SEND_FALLBACK_SCSV) == 0) in ssl_choose_client_version()
|
/third_party/openssl/apps/ |
D | s_client.c | 1977 SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); in s_client_main()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | s_client.c | 1977 SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); in s_client_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 491 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 327 const SEND_FALLBACK_SCSV = ffi::SSL_MODE_SEND_FALLBACK_SCSV;
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
D | ssl.h | 508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
|