Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs89 pub const SSL_OP_COOKIE_EXCHANGE: ssl_op_type!() = 0x00002000; constant
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U macro
/third_party/openssl/include/openssl/
Dssl.h.in351 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro