Searched defs:SslCipher (Results 1 – 1 of 1) sorted by relevance
1895 pub struct SslCipher(*mut ffi::SSL_CIPHER); struct1897 impl ForeignType for SslCipher { implementation1902 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr()1912 impl Deref for SslCipher { implementation1920 impl DerefMut for SslCipher { implementation