Home
last modified time | relevance | path

Searched defs:SSL_OP_NO_TLSv1_1 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Dmethods.c34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs131 pub const SSL_OP_NO_TLSv1_1: ssl_op_type!() = 0x10000000; constant
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h380 # define SSL_OP_NO_TLSv1_1 0x10000000U macro
/third_party/openssl/include/openssl/
Dssl.h.in398 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro