Home
last modified time | relevance | path

Searched defs:SSL_OP_NO_TLSv1 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs134 pub const SSL_OP_NO_TLSv1: ssl_op_type!() = 0x04000000; constant
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h378 # define SSL_OP_NO_TLSv1 0x04000000U macro
/third_party/openssl/include/openssl/
Dssl.h.in396 # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26) macro