Home
last modified time | relevance | path

Searched refs:decrypt_to_vec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/
Dpkey_ctx.rs354 pub fn decrypt_to_vec(&mut self, from: &[u8], out: &mut Vec<u8>) -> Result<usize, ErrorStack> { in decrypt_to_vec() function
816 ctx.decrypt_to_vec(&ct, &mut out).unwrap(); in rsa()
844 ctx.decrypt_to_vec(&ct, &mut out).unwrap(); in rsa_oaep()