Searched refs:SniError (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 567 pub struct SniError(c_int); struct 569 impl SniError { impl 571 pub const ALERT_FATAL: SniError = SniError(ffi::SSL_TLSEXT_ERR_ALERT_FATAL); 574 pub const ALERT_WARNING: SniError = SniError(ffi::SSL_TLSEXT_ERR_ALERT_WARNING); 576 pub const NOACK: SniError = SniError(ffi::SSL_TLSEXT_ERR_NOACK); 770 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in set_servername_callback()
|
D | callbacks.rs | 26 try_get_session_ctx_index, SniError, Ssl, SslAlert, SslContext, SslContextRef, SslRef, 163 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in raw_sni()
|