Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1915 pub struct SslCipher(*mut ffi::SSL_CIPHER); struct
1917 impl ForeignType for SslCipher { implementation
1922 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr()
1932 impl Deref for SslCipher { implementation
1940 impl DerefMut for SslCipher { implementation