Searched defs:encrypt (Results 1 – 4 of 4) sorted by relevance
413 fn encrypt(&self, plaintext: &[u8]) -> Result<(Vec<u8>, Vec<u8>, Vec<u8>)>; in encrypt() method427 fn encrypt(&self, plaintext: &[u8]) -> Result<(Vec<u8>, Vec<u8>, Vec<u8>)> { in encrypt() method
166 fn encrypt(&self, plaintext: &[u8]) -> Result<(Vec<u8>, Vec<u8>, Vec<u8>)> { in encrypt() method
315 pub fn encrypt( in encrypt() function
42 bool encrypt) { in aesGcmInitAndProcessAad()