Lines Matching refs:Cipher
48 impl Drop for Cipher {
57 impl ForeignType for Cipher {
63 Cipher(ptr)
72 impl Deref for Cipher {
83 impl DerefMut for Cipher {
94 impl Deref for Cipher {
103 impl DerefMut for Cipher {
113 pub struct Cipher(Inner);
115 unsafe impl Sync for Cipher {}
116 unsafe impl Send for Cipher {}
118 impl Cipher {
152 Ok(Cipher::from_ptr(ptr))
493 /// A reference to a [`Cipher`].