Home
last modified time | relevance | path

Searched refs:SSL_EXT_TLS_ONLY (Results 1 – 25 of 65) sorted by relevance

123

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs26 pub const SSL_EXT_TLS_ONLY: c_uint = 0x0001; constant
/third_party/openssl/doc/man3/
DSSL_extension_supported.pod179 =item SSL_EXT_TLS_ONLY
/third_party/openssl/ssl/statem/
Dextensions.c410 if ((extctx & SSL_EXT_TLS_ONLY) != 0) in validate_context()
/third_party/node/deps/openssl/openssl/ssl/statem/
Dextensions.c438 if ((extctx & SSL_EXT_TLS_ONLY) != 0) in validate_context()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h237 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs452 const TLS_ONLY = ffi::SSL_EXT_TLS_ONLY;
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dssl.h281 #define SSL_EXT_TLS_ONLY 0x0001 macro

123