Searched refs:Cipher (Results 1 – 4 of 4) sorted by relevance
33 pub(crate) trait Cipher { interface
8 use super::Cipher;27 impl Cipher for CipherAeadAesGcm {
1 use super::Cipher;156 impl Cipher for CipherAesCmHmacSha1 {
103 cipher: Box<dyn Cipher + Send>,130 let cipher: Box<dyn Cipher + Send> = match profile { in new()