Home
last modified time | relevance | path

Searched refs:SSL_MODE_SEND_FALLBACK_SCSV (Results 1 – 25 of 71) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_CTX_set_mode.pod92 =item SSL_MODE_SEND_FALLBACK_SCSV
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs243 pub const SSL_MODE_SEND_FALLBACK_SCSV: c_long = 0x80; constant
/third_party/openssl/ssl/statem/
Dstatem_clnt.c3708 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()
Dstatem_lib.c1962 if ((s->mode & SSL_MODE_SEND_FALLBACK_SCSV) == 0) in ssl_choose_client_version()
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_clnt.c3716 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()
Dstatem_lib.c1997 if ((s->mode & SSL_MODE_SEND_FALLBACK_SCSV) == 0) in ssl_choose_client_version()
/third_party/openssl/apps/
Ds_client.c1977 SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); in s_client_main()
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c1977 SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); in s_client_main()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h491 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs327 const SEND_FALLBACK_SCSV = ffi::SSL_MODE_SEND_FALLBACK_SCSV;
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h508 # define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080U macro

123