Searched refs:SslCipher (Results 1 – 1 of 1) sorted by relevance
1926 pub struct SslCipher(*mut ffi::SSL_CIPHER); struct1928 impl ForeignType for SslCipher { implementation1933 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr() argument1934 SslCipher(ptr) in from_ptr()1943 impl Stackable for SslCipher { implementation1947 impl Deref for SslCipher { implementation1955 impl DerefMut for SslCipher { implementation2072 pub suites: Stack<SslCipher>,2073 pub signalling_suites: Stack<SslCipher>,