Searched refs:decrypt_to_vec (Results 1 – 1 of 1) sorted by relevance
354 pub fn decrypt_to_vec(&mut self, from: &[u8], out: &mut Vec<u8>) -> Result<usize, ErrorStack> { in decrypt_to_vec() function816 ctx.decrypt_to_vec(&ct, &mut out).unwrap(); in rsa()844 ctx.decrypt_to_vec(&ct, &mut out).unwrap(); in rsa_oaep()