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/
H A Dmod.rs1926 pub struct SslCipher(*mut ffi::SSL_CIPHER); structure names
1928 impl ForeignType for SslCipher {
1933 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr()
1934 SslCipher(ptr) in from_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
[all...]

Completed in 4 milliseconds