Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs265 /// Use `sign_oneshot` instead.
364 pub fn sign_oneshot( in sign_oneshot() functions
384 /// This is a simple convenience wrapper over `len` and `sign_oneshot`.
388 let len = self.sign_oneshot(&mut sig_buf, data_buf)?; in sign_oneshot_to_vec()

Completed in 2 milliseconds