Lines Matching refs:SslCipher
1926 pub struct SslCipher(*mut ffi::SSL_CIPHER);
1928 impl ForeignType for SslCipher {
1933 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher {
1934 SslCipher(ptr)
1943 impl Stackable for SslCipher {
1947 impl Deref for SslCipher {
1955 impl DerefMut for SslCipher {
1961 /// Reference to an [`SslCipher`].
1963 /// [`SslCipher`]: struct.SslCipher.html
2072 pub suites: Stack<SslCipher>,
2073 pub signalling_suites: Stack<SslCipher>,