Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1926 pub struct SslCipher(*mut ffi::SSL_CIPHER); struct
1928 impl ForeignType for SslCipher { implementation
1933 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr() argument
1934 SslCipher(ptr) in from_ptr()
1943 impl Stackable for SslCipher { implementation
1947 impl Deref for SslCipher { implementation
1955 impl DerefMut for SslCipher { implementation
2072 pub suites: Stack<SslCipher>,
2073 pub signalling_suites: Stack<SslCipher>,