Home
last modified time | relevance | path

Searched refs:SslOptionsRepr (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs136 type SslOptionsRepr = u64; types
138 type SslOptionsRepr = u32; types
140 type SslOptionsRepr = libc::c_ulong; types
146 pub struct SslOptions: SslOptionsRepr {
148 const DONT_INSERT_EMPTY_FRAGMENTS = ffi::SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS as SslOptionsRepr;
152 const ALL = ffi::SSL_OP_ALL as SslOptionsRepr;
157 const NO_QUERY_MTU = ffi::SSL_OP_NO_QUERY_MTU as SslOptionsRepr;
165 const COOKIE_EXCHANGE = ffi::SSL_OP_COOKIE_EXCHANGE as SslOptionsRepr;
168 const NO_TICKET = ffi::SSL_OP_NO_TICKET as SslOptionsRepr;
173 ffi::SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION as SslOptionsRepr;
[all...]

Completed in 2 milliseconds