Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs20 //! ctx.cipher_update_vec(data, &mut ciphertext).unwrap();
46 //! ctx.cipher_update_vec(data, &mut plaintext).unwrap();
604 pub fn cipher_update_vec( in cipher_update_vec() functions
749 ctx.cipher_update_vec(secret, &mut encrypted).unwrap(); in seal_open()
755 ctx.cipher_update_vec(&encrypted, &mut decrypted).unwrap(); in seal_open()
777 ctx.cipher_update_vec(&pt, &mut buf).unwrap(); in aes_128_cbc()
787 ctx.cipher_update_vec(&ct, &mut buf).unwrap(); in aes_128_cbc()

Completed in 2 milliseconds