Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs102 pub const SSL_OP_NO_COMPRESSION: ssl_op_type!() = 0x00020000; constant
105 pub const SSL_OP_NO_COMPRESSION: ssl_op_type!() = 0x0; constant
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h343 # define SSL_OP_NO_COMPRESSION 0x00020000U macro
/third_party/openssl/include/openssl/
Dssl.h.in364 # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17) macro