Home
last modified time | relevance | path

Searched refs:encrypt_to_vec (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs20 //! ctx.encrypt_to_vec(data, &mut ciphertext).unwrap();
201 pub fn encrypt_to_vec(&mut self, from: &[u8], out: &mut Vec<u8>) -> Result<usize, ErrorStack> { in encrypt_to_vec() functions
744 ctx.encrypt_to_vec(pt, &mut ct).unwrap(); in rsa()
770 ctx.encrypt_to_vec(pt, &mut ct).unwrap(); in rsa_oaep()

Completed in 3 milliseconds