Home
last modified time | relevance | path

Searched defs:Signer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dsign.rs114 pub struct Signer<'a> { struct
120 unsafe impl Sync for Signer<'_> {} argument
121 unsafe impl Send for Signer<'_> {} implementation
123 impl Drop for Signer<'_> { implementation
133 impl Signer<'_> { impl
395 impl<'a> Write for Signer<'a> { implementation