Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Denvelope.rs93 self.ctx.cipher_final(output) in finalize()
148 self.ctx.cipher_final(output) in finalize()
H A Dcipher_ctx.rs437 /// This should be called after [`Self::cipher_final`], and is only supported by authenticated ciphers.
671 pub fn cipher_final(&mut self, output: &mut [u8]) -> Result<usize, ErrorStack> { in cipher_final() functions
686 /// This function is the same as [`Self::cipher_final`] but with
710 /// Like [`Self::cipher_final`] except that it appends output to a [`Vec`].
714 let len = self.cipher_final(&mut output[base..])?; in cipher_final_vec()
864 ctx.cipher_final(&mut [0u8; 0]).unwrap();
958 let rest = ctx.cipher_final(&mut computed[count..]).unwrap(); in cipher_wrap_test()
H A Dsymm.rs597 self.ctx.cipher_final(output) in finalize()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h347 OSSL_CORE_MAKE_FUNC(int, cipher_final,
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h347 OSSL_CORE_MAKE_FUNC(int, cipher_final,

Completed in 7 milliseconds