Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dhash.rs231 /// you must use [`Hasher::finish_xof`] instead of [`Hasher::finish`]
319 pub fn finish_xof(&mut self, buf: &mut [u8]) -> Result<(), ErrorStack> { in finish_xof() functions
460 h.finish_xof(buf) in hash_xof()

Completed in 2 milliseconds