Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs1984 pub struct SslCipher(*mut ffi::SSL_CIPHER); struct
1986 impl ForeignType for SslCipher { implementation
1991 unsafe fn from_ptr(ptr: *mut ffi::SSL_CIPHER) -> SslCipher { in from_ptr()
2001 impl Stackable for SslCipher { implementation
2005 impl Deref for SslCipher { implementation
2013 impl DerefMut for SslCipher { implementation